Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-rn-web-app

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-rn-web-app

react native web project generator

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

React Native Web Project Generator

This app works on React Native (iOS, Android, AppleTV) and web.

To get started, install the create-rn-web-app cli globally

npm i -g create-rn-web-app

To create a new React Native Web app

  1. Run create-rn-web-app
create-rn-web-app MyProject

cli

To run on web:

  1. Run npm run web
npm run web

This starts the webpack server.

  1. Open localhost:8080 in your browser to view the app.

Building for React Native (iOS, Android, AppleTV)

iOS: Run react-native run-ios

react-native run-ios 

This start the packager as well as the iOS simulator.

Android: Run react-native run-android

react-native run-android

This start the packager as well as the Android emulator.

Use the command line, Xcode or Android Studio to build and deploy the native app code just like you would with any other React Native project.

FAQs

Package last updated on 08 Sep 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc