Skip to content

Um simples aplicativo de teste - React Native - iOS, Android e Web

Notifications You must be signed in to change notification settings

felipeflfranca/React-Native-iOS-Android-e-Web

Repository files navigation

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