0.3.2 β€’ Published 7 years ago

react-native-template-everywhere v0.3.2

Weekly downloads
24
License
GPL
Repository
github
Last release
7 years ago

re-start :globe_with_meridians: :iphone: :computer:

npm version PRs Welcome

re-start (1).png

This project is an attempt to:

  • Target multiple platforms (Android, iOS, Web, WindowsUWP and ElectronmacOS, Ubuntu, Windows) with react native' APIs and a single codebase.
  • Follow best practices while doing the above.
  • Cut out the time and effort it takes to setup the project (based on create-react-app).
  • Achieve 'Write once use everywhere' with react-native (though react strictly says 'Learn once use anywhere').

Current status:

What used to be react-native-everywhere before is now re-start (where re stands for react-everywhere). Good news is that react-native-cli now supports templates. So, it makes much more sense if this project is a react-native-template, which will remove the need to update this project with every major release of react-native. It just works as of now on all the platforms. So, no more git cloning.

Usage

Pre-requisites:

Node.js & npm on your system(follow this) react-native CLI (npm install -g react-native-cli)

All you have to do is:

  • Create a new react-native project using react-native-cli and specify this project as a template:
react-native init <Your Project Name> --template everywhere --version="0.44.2"
  • Since react-native-template does'nt support adding dev dependencies and custom scripts to package.json, so I have created a custom script to do that.
node scripts/addDevDependencies.js

Notes:

  • If the above script fails due to some reason, you can do it manually by copying the contents of devDependencies.json to your package.json's devDependencies object and adding following to the scripts object.
    "web": "node scripts/start.js",
    "build": "node scripts/build.js"
- react-native-web currently (20th of July, 2017) supports React/ReactDOM 15.4, 15.5, or 15.6, so make sure you do not upgrade if you want support for web.
- make sure that the version of react-native-windows is same as your react-native version, if you are targeting windows support.

---

## Run the project on a specific platform:

### Android
`react-native run-android`

### iOS
`react-native run-ios`

### Web
`npm/yarn run web`

### Windows
`react-native windows`
`react-native run-windows`

### Desktop (Electron)
`npm/yarn run electron`

## Build for production:
### Android/iOS
[This will help](https://facebook.github.io/react-native/docs/running-on-device.html)

### Web
`npm/yarn run build` (this will build your production ready bundle)

-------
## Some very useful cross platform compatible libraries:
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)
- [re-render](https://github.com/amoghbanta/re-render) (this is experimental and a WIP)
- [axios](https://github.com/mzabriskie/axios)
- [react-navigation](https://github.com/react-community/react-navigation) (might be included in ReactNativeEverywhere soon)


-------
## Progress:
- [x] support for web ([react-native-web](https://github.com/necolas/react-native-web))<br/>
- [x] support for Windows ([react-native-windows](https://github.com/ReactWindows/react-native-windows))<br/>
- [x] Support for electron <br/>
- [ ] Compatibility with React 16 <br/>

---
## Running demo on Web, Android, iOS, Windows(Universal) and Electron:
<p align="center">
<img src="https://s28.postimg.org/gmgva9rrh/58961a12afcd1276062762.gif" height="450"  width="260">
<img src="https://s28.postimg.org/nbneqad3h/58961a2a030da447844552.gif" height="450"  width="260">
<img src="https://s28.postimg.org/aa1q0fop9/589619ef1b623465256988.gif" height="450"  width="260">
</p>
<p align="center">
<img src="https://s21.postimg.org/yuzzepj7b/ezgif_com_video_to_gif.gif" height="450"  width="260">
<img src="https://s2.postimg.org/edxytckih/ezgif.com-video-to-gif.gif" height="450"  width="350">
</p>

------


## Contributors

Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars0.githubusercontent.com/u/7105580?v=4" width="100px;"/><br /><sub>Amogh Banta</sub>](http://www.amoghbanta.com)<br />[πŸ’»](https://github.com/amoghbanta/re-start/commits?author=amoghbanta "Code") [🎨](#design-amoghbanta "Design") [πŸ“–](https://github.com/amoghbanta/re-start/commits?author=amoghbanta "Documentation") [πŸ›](https://github.com/amoghbanta/re-start/issues?q=author%3Aamoghbanta "Bug reports") [πŸ€”](#ideas-amoghbanta "Ideas, Planning, & Feedback") [⚠️](https://github.com/amoghbanta/re-start/commits?author=amoghbanta "Tests") | [<img src="https://avatars1.githubusercontent.com/u/532414?v=4" width="100px;"/><br /><sub>JesΓΊs LeganΓ©s-Combarro</sub>](http://pirannafs.blogspot.com)<br />[πŸ’»](https://github.com/amoghbanta/re-start/commits?author=piranna "Code") [πŸ€”](#ideas-piranna "Ideas, Planning, & Feedback") [πŸ›](https://github.com/amoghbanta/re-start/issues?q=author%3Apiranna "Bug reports") [⚠️](https://github.com/amoghbanta/re-start/commits?author=piranna "Tests") [πŸ‘€](#review-piranna "Reviewed Pull Requests") [πŸ“–](https://github.com/amoghbanta/re-start/commits?author=piranna "Documentation") | [<img src="https://avatars1.githubusercontent.com/u/177822?v=4" width="100px;"/><br /><sub>Christopher Hein</sub>](http://chrishein.com)<br />[πŸ“–](https://github.com/amoghbanta/re-start/commits?author=christopherhein "Documentation") [πŸ›](https://github.com/amoghbanta/re-start/issues?q=author%3Achristopherhein "Bug reports") | [<img src="https://avatars0.githubusercontent.com/u/593122?v=4" width="100px;"/><br /><sub>DuncanMacWeb</sub>](https://github.com/DuncanMacWeb)<br />[πŸ’»](https://github.com/amoghbanta/re-start/commits?author=DuncanMacWeb "Code") |
| :---: | :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->
Full list of contributors can be found [here](https://github.com/react-everywhere/re-start/graphs/contributors).




## Sponsors

These are the companies contribution to `re-start`'s development in some way or other.

- [DigiCred Technologies](https://github.com/DigiCred) 
- [Quantum BA](https://quantum-ba.com/)

## Companies and projects using re-start

If you use `re-start` in any of your projects, send us a pull-request with the link. :smile:


## LICENSE

MIT
0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago