Basic Difference Between React Native and Flutter
React Native Vs Flutter React Native and Flutter are two popular mobile app development frameworks that allow developers to build native apps for multiple platforms, such as iOS and Android,…
React Native Vs Flutter React Native and Flutter are two popular mobile app development frameworks that allow developers to build native apps for multiple platforms, such as iOS and Android,…
In This blog, We are gonna show you how to re-render On screen focus change or you can run any specific function on screen focus event. This is handy for…
Implement Android In-App Update API In React Native react-native-android-inapp-updates React Native implementation of the Android In-App Update API. For more information on InApp Updates, you can check the official documentation.…
consistencss An "atomic CSS" style toolkit for React Native, inspired by tailwind CSS How to Install: Install Using NPM: npm install consistencss Or Install using YARN: yarn add consistencss How…
react-native-background-actions React Native background service library for running background tasks forever in Android & iOS. Schedule a background job that will run your JavaScript when your app is in the…
React Native Hold To Open Context Menu A performant, easy to use hold to open context menu for React Native powered by Reanimated. Features: Powered with Reanimated v2. Smooth interactions…
react-native-ios-modal Intro: A React Native component to display a modal on an iOS device by natively wrapping and presenting a React Native view within a UIViewController. Since this is just using a UIViewController, this component also supports setting the UIModalPresentationStyle and UIModalTransitionStyle. Supports setting isModalInPresentation and separately disabling the native swipe down…
react-native-sqlite-2 SQLite3 Native Plugin for React Native for Android, iOS, Windows and macOS. This plugin provides a WebSQL-compatible API to store data in a react native app, by using a…
Instagram Like Zoomable Image Using Native Animation In React Native React Native Gesture Handler powered, zoomable image component just like Instagram has. The library uses react-native-gesture-handler to handle animations at…
React Native Material Date Picker Component Today I Share a Material Date Picker Component for react-native. Which is very easy to use. Features Easy usage. Material design. Easy localizable. ScreenShot…