react-native-template-vividplanet
v1.7.2
Published
```bash react-native init INSERTAPPNAME --template vividplanet && node INSERTAPPNAME/setup.js ```
Downloads
6
Keywords
Readme
TODO:
react-native init INSERTAPPNAME --template vividplanet && node INSERTAPPNAME/setup.js
FIX XCODE ERRORS SINCE REACT NATIVE 0.60 (autolinking):
- unlink gesture handler (or other conflicting package)
react-native unlink react-native-gesture-handler
if the duplicate linker error still occurs, try to uninstall and reinstall package
- Add podspecs to Podfile
pod 'RNDeviceInfo', :podspec => '../node_modules/react-native-device-info'
pod 'RNVectorIcons', :podspec => '../node_modules/react-native-vector-icons'
pod 'RNInAppBrowser', :podspec => '../node_modules/react-native-inappbrowser-reborn'
pod 'SentryReactNative', :podspec => '../node_modules/react-native-sentry'
pod 'RNGestureHandler', :podspec => '../node_modules/react-native-gesture-handler/RNGestureHandler.podspec'
- Install pods in ios/ folder
pod install
LINGOHUB SCANNER
install global:
npm install -g i18next-scanner
fill in necessary variables in fastlane/.env.default with LINGOHUB-credentials