🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@gigster/block-create-react-native-app

Package Overview
Dependencies
Maintainers
14
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gigster/block-create-react-native-app

Role | Name | Email | Slack ---- | ---- | ----- | ----- *Product Owner* | Frances Haugen | [frances@gigster.com](mailto:frances@gigster.com) | [@frances] *Maintainer* | Casey Barbello | [casey@gigster.com](mailto:casey@gigster.com) | [@casey] *Maintainer*

1.0.10
npm
Version published
Maintainers
14
Created
Source

block-create-react-native-app

RoleNameEmailSlack
Product OwnerFrances Haugenfrances@gigster.com[@frances]
MaintainerCasey Barbellocasey@gigster.com[@casey]
MaintainerMark Miyashitamark.miyashita@gigster.com[@mark]

Overview

This block generates a simple React Native mobile app using create-react-native-app v1.0.0 as a boilerplate that we modify.

Usage

Add the following to your gig.yaml to create a new block called mobile using block-create-react-native-app. Make sure to replace VERSION with the specific version of the module. The latest version can be found here.

blocks:
  - name: mobile
    location: 'npm:@gigster/block-create-react-native-app@VERSION'

After generating your project, you can cd into the new mobile directory. To launch the packager, simply run:

yarn install
yarn start

From there you will have options to run your app on a mobile device or emulator.

Note: The packager may request that you either install watchman or increase your file limits with the following commands:

sudo sysctl -w kern.maxfiles=5242880
sudo sysctl -w kern.maxfilesperproc=524288

You must do one of these to get your app up and running.

FAQs

Package last updated on 20 Apr 2018

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