generator-react-native-cross-platform

0.8.6 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.8.63latest

Version History

VersionDownloads (Last 7 Days)Published
0.8.63
0.8.51
0.8.31
0.8.21
0.8.11

Package Sidebar

Install

npm i generator-react-native-cross-platform

Weekly Downloads

7

Version

0.8.6

License

ISC

Last publish

Collaborators

  • tbehrsin