Tag: quick-tips
All the articles with the tag "quick-tips".
-
React Native Tip #1 | Lazy load view managers in Android
Published: at 12:00 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 12:00 AMSometimes we want to remove the files from git that is already being pushed.