1.7.2 • Published 4 years ago

react-native-template-vividplanet v1.7.2

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
4 years ago

TODO:

react-native init INSERTAPPNAME --template vividplanet && node INSERTAPPNAME/setup.js

FIX XCODE ERRORS SINCE REACT NATIVE 0.60 (autolinking):

  1. 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

  1. 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'
  1. 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

1.7.2

4 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago