A Couple of style for React Native ,
simply import TWstyles from 'twrn-styles'
and use TWStyles.displayFlex
for flex: 1
.
You can contribute to this project to add more styles
.
yarn add twrn-styles
or
npm install twrn-styles
import TWStyles from 'twrn-styles'
<View style={TWStyles.displayFlex} />
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library