Welcome to Simple React Native! Useful libraries, instructions, tutorials and more.
- To add categories use DocToc
- When you add a new library, put near it hardmeter π π β€
Standard set of easy to use animations.
A mobile library that parses Adobe After Effects animations exported as JSON with bodymovin and renders them natively on mobile.
Google Signin for your react native applications
react-native-mmkv π
The fastest key/value storage for React Native.
Problems:
- Can't use remote debugging (e.g. with Chrome). Instead, you should use Flipper.
React-native native module for In-App Purchase.
Problems:
- Test only in a real devices
patch-packageπ
Patch-package lets app authors instantly make and keep fixes to dependencies.
Very useful if you want to fix a third party library.
Config variables for React Native apps
Delete all console.log from production
Problems:
React Native Blur component
Problems:
- you need to patch app for correct work on android
- confilicts with React Native Reanimated 2
React Native Calendar Components
Problems:
- Very hard customization (if you build something serious, build your own calendar)
React Native Drawer component
Problems:
- Can't use navigation headers due to flickering issues. Need to use your custom ones,
The best library to use when you need to do something with device orientation.
Problems:
- Imperative orientation change doesn't work out of the box on iPad. You need to disable all orientations except portrait in Xcode for it to work. Yet this brings the problem when you launch your app your splash Screen will be displayed only in the portrait mode
React Native Popover component
React Native Skeleton preloader component
Problems:
- Can't place skeleton inside another skeleton.
Best React native carousel library. Great docs and examples. Pretty simple to start. You can do a lot of advanced stuff with this library. For example: Apple carousel time picker