Skip to content

Instantly share code, notes, and snippets.

@Yassir4
Created August 4, 2019 18:47
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 Yassir4/eb8050ceec5ba57e1199d9496202e523 to your computer and use it in GitHub Desktop.
Save Yassir4/eb8050ceec5ba57e1199d9496202e523 to your computer and use it in GitHub Desktop.
ModalScreen/styles.js
// ModalScreen/styles.js
import {StyleSheet} from 'react-native';
const styles = StyleSheet.create({
container: {
flex: 1,
alignItems: 'center',
justifyContent: 'center',
backgroundColor: 'skyblue',
},
headerText: {
fontSize: 25,
color: '#222222',
marginBottom: 15,
},
});
export default styles;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment