Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jmacias/3d67a15f5037caa18545fd6bc3f37c26 to your computer and use it in GitHub Desktop.
Save jmacias/3d67a15f5037caa18545fd6bc3f37c26 to your computer and use it in GitHub Desktop.
ClojureScript ReactNative Unsession

RN intro

Cljs Libraries

Going to production

  • Useful libraries and tidbits while creating snapability: ios / android
  • 3rd party components
    • react-native-image-picker - Take pictures and save/return image blob
    • react-native-material-design - Material design components on android
    • react-native-vector-icons - Wealth of vector icon libraries
  • 3rd party services
    • Auth0 - Free tier, pre-made login screens
    • GA - decent mobile analytics support, exception tracking
    • Hockeyapp - Get user feedback. Has free tier, provides pre-made libraries/screens for getting user feedback
    • Codepush - Live app updates that bypass stores
  • Advanced mode

Testing

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment