Skip to content

Instantly share code, notes, and snippets.

@cldwalker
Last active April 29, 2020 14:06
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save cldwalker/3043504e79c389bec5ebd2a4f4fa8a57 to your computer and use it in GitHub Desktop.
Save cldwalker/3043504e79c389bec5ebd2a4f4fa8a57 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

@cldwalker
Copy link
Author

@rsekulic1
Copy link

Thanks for listing Shoutem as a great 3rd party tool. Would it be too much to ask to add a URL to our UI toolkit?

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