Skip to content

Instantly share code, notes, and snippets.

@ridgeO
Created May 30, 2017 03:41
Show Gist options
  • Save ridgeO/9642d77cfb6d084dc068c56e69380512 to your computer and use it in GitHub Desktop.
Save ridgeO/9642d77cfb6d084dc068c56e69380512 to your computer and use it in GitHub Desktop.
Code snippet from ReactNav application as featured in http://platypus.is/posts/4
# Styles.js
'use strict';
import { StyleSheet } from 'react-native';
const styles = StyleSheet.create({
container: {
flex: 1,
alignItems: 'center',
justifyContent: 'center'
}
})
export default styles;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment