Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.15 KB

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

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