Single codebase for Web, Android, and iOS using React
video (old version) https://youtu.be/lRAfQ5UhapU
- Br
- Button
- FlatList
- Image
- Platform
- Text
- TextInput
- View
$
git clone https://github.com/dwicao/react-universal-rendering.git
don't forget to run
$ npm install
$
npm run web-dev
go to
http://localhost:3001
$
npm run web-bundle
dir:
react-universal-rendering/web/public
$
npm install -g react-native-cli
$
react-native start
$
react-native start --reset-cache
$
react-native run-android
$
react-native run-ios
MIT