Um simples aplicativo de teste - React Native - iOS, Android e Web
To work with IOS and Android - Install Xcode and Android studio and follow the react native instructions
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
yarn ios
yarn android
yarn web