rsnext/examples/with-react-native-web/app.json
Evan Bacon e80bbe4b80 [Expo] Updated React Native example (#8376)
* Created a new example for React Native web

- use the latest `react-native-web`
- remove unused `react-art`
- remove redundant `babel-plugin-module-resolver`
- remove unused `.babelrc`
- add missing `app.json` (standard in React Native)
- added example for rendering an `<a />`
- added header examples

* `yarn lint-fix`
2019-08-15 08:01:09 +02:00

4 lines
80 B
JSON

{
"name": "with-react-native-web",
"displayName": "with-react-native-web"
}