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

generator-react-native-cross-platform

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-react-native-cross-platform

Creates two projects within one repository: - Smartphone app (React Native) and desktop app (React Native Web with Electron) - Server in Node.js (Mongoose, Docker, SASS, Express, Handlebars)

  • 0.8.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

Yeoman generator for cross-platform React Native development

Creates two projects within one repository:

  • Smartphone app (React Native) and desktop app (React Native Web with Electron)
  • Server in Node.js (Mongoose, Docker, SASS, Express, Handlebars)

Install and run the generator with yeoman and follow the on-screen prompts

npm install -g github:tbehrsin/generator-react-native-cross-platform yeoman
mkdir my-app
cd my-app
yo react-native-cross-platform

To run the server:

cd my-app-server
yarn start
yarn logs

To run in the iOS simulator:

cd my-app-client
yarn start:ios

To run the desktop client:

cd my-app-client
yarn start:desktop

Keywords

FAQs

Package last updated on 17 Jul 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