Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anghelalexandra/f36ee29bf806dffec5b923dfe5e34746 to your computer and use it in GitHub Desktop.
Save anghelalexandra/f36ee29bf806dffec5b923dfe5e34746 to your computer and use it in GitHub Desktop.
iOS and Android apps with React Native - React Native Component Styling
import { StyleSheet } from 'react-native';
export default StyleSheet.create({
w100: {
width: '100%',
backgroundColor: 'white',
flex: 1,
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment