Quick Tips
Quick Tips and rough notes of mine
React Native Tip #1 | Lazy load view managers in Android
Published:The startup time is the core metric in any app, in react-native there is additional overhead of react VM initialisation that increases the startup time of the app.
Remove files from git based on .gitignore
Published:Sometimes we want to remove the files from git that is already being pushed.