reactMigrating React Native app to AndroidXLearn how to migrate your existing react native app to AndroidX. What is AndroidX and why you should start migrating your app to AndroidX…
dartIntroduction to Flutter and DartFirst time looking at Flutter and Dart can be daunting. I will go through each and every line of main.dart when you scaffold your first…
javascriptDestructuring in JavaScriptDestructuring is introduced as one of the ES6 features. It plays an important role in everyday development as we all deal with objects and…
reactReact Native Push Notifications using Expo 🔔The architecture for server based notifications is: Your Android/ios Phone is continuously connected to FCM(Firebase Cloud Messaging)/APNS…
reactReact Native Local Notifications In ExpoNotifications provide short , timely information about events in your app while it’s not in use. Every app wants it users to engage with…
reactThe Ultimate Guide to FlatList in React NativeIf you have a list of data like Facebook feed or YouTube like infinite list of videos, the most performant way to render in react-native is…