Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipeflfranca/react-native-ios-android-e-web
Um simples aplicativo de teste - React Native - iOS, Android e Web
https://github.com/felipeflfranca/react-native-ios-android-e-web
android-app ios-app javascript react react-native react-native-web typescript webapp
Last synced: 5 days ago
JSON representation
Um simples aplicativo de teste - React Native - iOS, Android e Web
- Host: GitHub
- URL: https://github.com/felipeflfranca/react-native-ios-android-e-web
- Owner: felipeflfranca
- Created: 2022-05-14T01:18:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T23:01:09.000Z (over 2 years ago)
- Last Synced: 2023-03-09T23:16:30.690Z (over 1 year ago)
- Topics: android-app, ios-app, javascript, react, react-native, react-native-web, typescript, webapp
- Language: Java
- Homepage:
- Size: 513 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A simple test application - React Native - iOS, Android and Web
Um simples aplicativo de teste - React Native - iOS, Android e Web### Setting up the development environment
To work with IOS and Android - Install Xcode and Android studio and follow the [react native instructions](https://reactnative.dev/docs/environment-setup)
#### Folder structure
```
react-native-web-test
├── android (When opening with Android studio, open this folder)
│ └── android project files
├── ios (When opening with Xcode, open this folder)
│ └── ios project files
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
└── src
└── project code
```#### iOS
```yarn ios```#### Android
```yarn android```#### Web
```yarn web```---
### Resources
- [React Native for Web (react-native-web)](https://github.com/necolas/react-native-web)
- [React](https://reactjs.org/)
- [React Native](http://facebook.github.io/react-native/)
- [Create React App](https://github.com/facebook/create-react-app)
- [Create React Native App](https://github.com/react-community/create-react-native-app)