- ReactNative + Native HybridApp
npm run start
react-native run-ios
or Xcode Run
react-native init RNHybridApp
- create New Xcode Project & replace /ios folder
- create Podfile & pod install (cf, Integration with Existing Apps)
- create Native Code
- create App2
- Action from RN to Native (cf, Integrating React Native Into Our Existing Native Apps )
- Production setting (cf. React Native Tutorial: Integrating in an Existing App)