Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)