Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1021 Bytes

File metadata and controls

29 lines (17 loc) · 1021 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).

Install nix package manager

Install DirEnv (brew install direnv) please make sure to hook into your shell

Start a new terminal to load the new configuration

Load environment

cd ./pass-culture-app-native # if needed
direnv allow
direnv allow # run twice on error

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.