You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,18 @@ You can read more about the react navigation at: https://reactnavigation.org/doc
96
96
97
97
### AppCenter
98
98
99
-
- Environment variables need to have `RN_` prefix. For example if your variable is `BACKEND_URL`(in `.env` file) it should be added as `RN_BACKEND_URL` to the App Center.
99
+
- Environment variables need to have `RN_` prefix. For example if your variable is `BACKEND_URL`(in `.env` file) it
100
+
should be added as `RN_BACKEND_URL` to the App Center.
101
+
102
+
## Storybook
103
+
104
+
To open storybook:
105
+
106
+
1. Start metro bundler using `yarn storybook`
107
+
1. Run ios/android build using `yarn ios` or `yarn android`
100
108
101
109
## Troubleshooting
102
110
103
111
### Changes in .env file are not reflected in ios application even after rebuild
104
112
105
-
To see the latest changes you may need to run `cd ios && pod install` and then rebuild the project.
113
+
To see the latest changes you may need to run `cd ios && pod install` and then rebuild the project.
0 commit comments