Skip to content

Commit

Permalink
feat: development environment setup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rayan1810 committed Mar 3, 2021
1 parent a45f28f commit 5dec93b
Showing 1 changed file with 32 additions and 11 deletions.
43 changes: 32 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,13 @@ You are now ready to send PR to NativeBase!

- Fork this repository.

- Move over to the TestBed App [here](https://github.com/GeekyAnts/native-base-testbed) and clone it:

```bash
cd native-base-testbed and npm install
```

- Clone your fork of NativeBase:

```git
git clone [email protected]:${YOUR_USERNAME}/NativeBase.git
```

- Navigate to NativeBas:e
- Navigate to NativeBase

```
cd NativeBase/
Expand All @@ -139,15 +133,42 @@ You are now ready to send PR to NativeBase!
- Install dependencies:

```bash
npm install
yarn
```

- Move over to the TestBed Example App :

```bash
cd example
yarn
```

* Navigate to your app:
- Navigate back to your app:

```bash
cd ..
```
cd ../

- Start the Example App:

```bash
yarn example start
```

and start making the changes.
- For Web
```bash
yarn example web
```
- For IOS
```bash
yarn example ios
```
- For Android
```bash
yarn example android
```


and start making the changes.

Happy hacking!

0 comments on commit 5dec93b

Please sign in to comment.