Quick-Tips
Quick Tips and rough notes of mine
-
React Native Tip #1 | Lazy load view managers in Android
Published: at 05:30 AMThe 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: at 05:30 AMSometimes we want to remove the files from git that is already being pushed.