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
In the app-module.tsx file, change the default export with
82
-
```sh
82
+
In the app-module.tsx file, change the default export to the following content
83
+
84
+
```js
83
85
export { default } from'../storybook';
84
86
```
85
-
Then, choose your platform and run yarn ios/android
87
+
88
+
Then, you just need to re-run yout application.
89
+
90
+
Android
91
+
92
+
```sh
93
+
yarn android
94
+
```
95
+
96
+
iOS
97
+
```sh
98
+
yarn ios
99
+
```
86
100
87
101
88
102
In [package.json](https://github.com/naveteam/react-native-nave-typescript/blob/main/template/package.json) on the `scripts` section there are more scripts to manage the application.
0 commit comments