nativecorexxx
v1.1.192
Published
React native common libs
Downloads
119
Readme
We are building react commmon libs which could be used for any recat web project.
We have used yarn to manager deps This is the place where you build and add new feature to the libs. src contains libs code explample constins code to test the lib.
publish
update version on root package.json ./publish.sh
Common Issue I have faced and how I fixed
Excatly same issue https://github.com/facebook/react/issues/15315
Resduce App Size.
The appares are mostly 75MB+, but you can resduce to 10 MB by doing tge following This happens mostly because of native os
Enabling this in build.gradle will reduce the size to ~15MB
def enableSeparateBuildPerCPUArchitecture = true
def enableProguardInReleaseBuilds = true
npx react-native run-android --variant=release
How to add the icon
Generate the icon from here and paste to android/res/ https://appicon.co/
dependency for consumer app
yarn add react-native-shake
yarn add @react-native-firebase/app
yarn add @react-native-firebase/admob
cd ios
pod install