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.
18
+
**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.
19
19
20
20
```bash
21
21
# Go to app folder
@@ -28,6 +28,8 @@ yarn
28
28
yarn build-server
29
29
```
30
30
31
+
After running the build command, you'll find the freshly built app in a new folder named **'out'**.
32
+
31
33
## React Native Component
32
34
33
35
To use the devtool component in your React Native project, install the package:
0 commit comments