Skip to content

Instantly share code, notes, and snippets.

@samueljmurray
Last active August 30, 2017 15:11
Show Gist options
  • Select an option

  • Save samueljmurray/37d0d5d72e432a4cbad74f873aa3193d to your computer and use it in GitHub Desktop.

Select an option

Save samueljmurray/37d0d5d72e432a4cbad74f873aa3193d to your computer and use it in GitHub Desktop.
Form styles
/* formStyles.js */
export default StyleSheet.create({
textInput: {
padding: 16,
borderColor: "#eee",
borderWidth: StyleSheet.hairlineWidth,
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment