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
**Windows and Linux users:** You need to build the app from source as it's currently only available for macOS M1. Ensure to set up your environment accordingly before building the app.
20
+
**Windows and Linux users:** You need to build the app from source as it's currently only available for **macOS M1**. Ensure to set up your environment accordingly before building the app.
21
21
22
22
```bash
23
23
# Go to app folder
@@ -30,6 +30,8 @@ yarn
30
30
yarn build-server
31
31
```
32
32
33
+
After running the build command, you'll find the freshly built app in a new folder named **'out'**.
34
+
33
35
## React Native Component
34
36
35
37
To use the devtool component in your React Native project, install the package:
0 commit comments