Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 829 Bytes

File metadata and controls

33 lines (19 loc) · 829 Bytes

Installation - setup

We advise to follow the guidelines to set up your environment by selecting your Development OS and your target OS (Android/iOS).

You'll also need jq:

MacOS

brew install jq

Linux with apt as root

apt update && apt -y install jq

Building from source (not recommended)

Read jq documentation

Android

Follow the steps here.

iOS

Follow the steps here.

Test setup

To make sure your environment is set up correctly, try to run a template application with Create React Native App or with react-native-cli.