Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

react-native-template-vividplanet

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-template-vividplanet

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

latest
Source
npmnpm
Version
1.7.2
Version published
Maintainers
4
Created
Source

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

FAQs

Package last updated on 12 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts