Skip to content

Commit

Permalink
Add mobile storybook instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers committed Jun 7, 2024
1 parent 03fc3e6 commit ba158d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/mobile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ If you run into issues, try cleaning the android build folder
cd android && ./gradlew clean && cd ..
```


## Running Storybook
1.
```
npm run start:storybook
```
2. Uncomment line three in src/app/index.ts, essentially you need to export the App component from storybook.

## Debugging

To debug the app follow the instructions [here](https://reactnative.dev/docs/debugging?js-debugger=new-debugger)
Expand Down

0 comments on commit ba158d5

Please sign in to comment.