0.0.2 • Published 2 years ago

react-native-template-js v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-template-js

RN_Core


this is a core of a app and syntax to render a app auto all thing you want.

auto create a project React Native with the same structure components:

sh create_RN_project_custom.sh

run init project from git hub repo full components:

sh rn_init.sh

run init project from server company use curl:

sh rn_core.sh

Fix flipper with high ios version

((!defined(TARGETOS_OSX) || TARGET_OS_OSX) && (MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_15)) || (TARGET_OS_IPHONE & (IPHONE_OS_VERSION_MIN_REQUIRED < IPHONE_12)

follow link

https://github.com/facebook/flipper/issues/834#issuecomment-605403957