zmtmaster

Results 3 comments of zmtmaster

You can control RTL or LTR using renderBase prop. Say you have a Row component that handles the direction ``` const styles = StyleSheet.create({ default: { display: 'flex', flexDirection: 'row',...

You can control RTL or LTR using renderBase prop. Say you have a Row component that handles the direction ``` const styles = StyleSheet.create({ default: { display: 'flex', flexDirection: 'row',...

I don't know if this code work however, have you tried using something like that? ``` var myPartials = { user: `{\ "id": {{@index}},\ "text": "{{firstName}}",\ ${ Math.random() > 0.5...