Skip to content

Instantly share code, notes, and snippets.

@janhesters
Created September 18, 2018 20:47
Show Gist options
  • Save janhesters/3522eb5cc5cc08273e3f1a3f0efe485a to your computer and use it in GitHub Desktop.
Save janhesters/3522eb5cc5cc08273e3f1a3f0efe485a to your computer and use it in GitHub Desktop.
import { StyleSheet } from 'react-native';
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: "center",
alignItems: "center"
}
});
export default styles;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment