diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index bf2e16895..642803ba3 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -10,33 +10,25 @@ Make sure you have [setup your environment for React Native](https://reactnative git clone git@github.com:synonymdev/bitkit.git && cd bitkit ``` -2. Install dependencies +2. Switch Node version -```shell -yarn install -``` - -3. Setup iOS or Android dependencies +Switch to the Node.js version defined in `.node-version`. You can visit [.node-version File Usage](https://github.com/shadowspawn/node-version-usage) and use one of these methods to change the node version you need. -```shell -yarn setup-ios -``` - -or +3. Install dependencies ```shell -yarn setup-android +yarn install ``` 4. Start the project -On iOS Simulator: +On iOS Simulator/Device: ```shell yarn ios ``` -On Android Emulator: +On Android Emulator/Device: ```shell yarn android