Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 800 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 800 Bytes

Softplan (React Native Practice Test)

Author: Maciel Santos [email protected]

This project is a practice test for React Native Developer position at Softplan Software.

Installation steps

After clone this project, enter the project directory through console and execute the following steps:

Android

Inside Android directory, create local.properties file and set Android SDK path:

Example: sdk.dir = /Users/home/Android/Sdk

Lastly:

npm install && npx react-native run-android

iOS

npm install && cd ios/ && pod install && cd ..

npx react-native run-ios

Or opens softplan.xcworkspace with Xcode and build the project.

Postinstall

If Metro Bundler fails, then run:

npx react-native start

And opens the app on device or emulator.