https://github.com/dean177/react-native-demo
A demo app to accompany my talk on react native
https://github.com/dean177/react-native-demo
hot-reloading ios react react-native react-navigation
Last synced: 2 months ago
JSON representation
A demo app to accompany my talk on react native
- Host: GitHub
- URL: https://github.com/dean177/react-native-demo
- Owner: Dean177
- Created: 2017-02-27T23:15:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T11:23:59.000Z (over 9 years ago)
- Last Synced: 2025-09-11T06:33:02.220Z (10 months ago)
- Topics: hot-reloading, ios, react, react-native, react-navigation
- Language: JavaScript
- Size: 12.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# React Native Appshow
The slides / app I made to accompany my talk on [React Native](https://facebook.github.io/react-native/)

## Running
- Follow the instructions at [https://facebook.github.io/react-native/docs/getting-started.html] for your platform of choice
- `npm install`
- `npm run ios` or `npm run android`
### Note
I haven't attempted to run this on anything but an iPhone 7, it builds for android so should run fine.
Devices with lower resolution screens are likely to have content which runs off the visible screen but is non-scrollable. This can be remedied by changing the relevant slides to use `ScrollView` rather than `View`