🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

react-native-init

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-init

Create react native projects with native code based on react-native-cli

Source
npmnpm
Version
0.58.5
Version published
Weekly downloads
143
180.39%
Maintainers
1
Weekly downloads
 
Created
Source

Initialize

Everyone must run this script at first.

node scripts/init

Coding

We have prepared everything for you. You just need run script below:

:install_tool: start

Build app

Before build app, you should create signature for android

  sh scripts/build/signature.sh

Before build app, you should create personal certificate and upload to apple developer. Or create by xcode automatically.

And then you can build

sh scripts/build/archive.sh

Upload to App Store

You can use Xcode -> Product -> Archive, and click Upload to App Store when complete.

Also, you can use shell script.

sh scripts/build/archive.sh && sh scripts/build/upload-app-store.sh

In this way, you should override teamID in file ios/exportOptions/app-store.plist, go to apple developer to fetch the keyword named: Prefix

FAQs

Package last updated on 15 Feb 2019

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