React Native – Design Patterns
Declarative programming React offers a declarative approach makes it easy to use, and consequently, the resulting code is simple, which often leads to fewer bugs […]
Declarative programming React offers a declarative approach makes it easy to use, and consequently, the resulting code is simple, which often leads to fewer bugs […]
What is it? Real world Think of it as a network of water pipes. You have a source, our water tank Then a series of […]
Clear cache Clean Android gradle SDK location not found Create “local.properties” file Rebuild Android dependencies Clean iOS pod react-devtools pod install Test deep link on […]
Upgrade React-native Check current React Native version Upgrade React Native version manually by this tool https://react-native-community.github.io/rn-diff-purge/ or https://react-native-community.github.io/upgrade-helper/ Delete cache and re-install packages Build through […]
Create a new file .env in the root of your React Native app Then access variables defined there from your app How to share global […]
Create a place holder view Usage Place holder for a tab bar
Add/ Remove bookmark process When user taps on bookmark icon, add/ remove Bookmark data into/ from Redux state to enable/disable bookmark icon inside the app […]
Action menu Action menu component Create new folder “app/helpers/action-menu” index.ios.js index.android.js Usage
XCode AppDelegate.m:12:9: ‘React/RCTBundleURLProvider.h’ file not found In Xcode do the following: Product -> Scheme -> Manage Schemes Click ‘+’ at the Target Select “React” if […]
Copyright © 2024 | WordPress Theme by MH Themes