-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Describe the bug
I'm trying to set up Rozenite in my React Native project, but I'm running into an issue where my DevTools window is blank.
I ran pnpm dlx rozenite@latest init to set up the project, which was successful. metro.config.js was modified, which matches the configuration shown in the manual setup guide.
When running metro, there should be plugin discovery messages in the logs but they do not appear, so it doesn't seem to be loading properly. Also when opening up DevTools, I expect to see the Rozenite UI but instead I see this blank screen:
Upon inspection of DevTools, the console shows these errors:
For additional context, I am setting up in a private repository so I cannot provide a link. The project has a fairly custom metro.config.js file which has custom babel and linting configurations that could be interacting with the metro config. My React Native project does not use Expo.
Are there any setup steps that I missed? Any guidance on how to troubleshoot would be appreciated, thanks!
System Info
System:
OS: macOS 26.0.1
CPU: (11) arm64 Apple M3 Pro
Memory: 4.40 GB / 36.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.11.0
path: ~/.nvm/versions/node/v20.11.0/bin/node
Yarn: Not Found
npm:
version: 10.2.4
path: ~/.nvm/versions/node/v20.11.0/bin/npm
Watchman:
version: 2025.09.15.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.16.2
path: /Users/lilyzhang/.gem/ruby/3.3.4/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 25.0
- iOS 26.0
- macOS 26.0
- tvOS 26.0
- visionOS 26.0
- watchOS 26.0
Android SDK:
API Levels:
- "28"
- "29"
- "31"
- "33"
- "35"
Build Tools:
- 35.0.0
System Images:
- android-29 | Google APIs ARM 64 v8a
- android-31 | Google APIs ARM 64 v8a
- android-31 | Google Play ARM 64 v8a
- android-35 | Google Play ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2025.1 AI-251.25410.109.2511.13665796
Xcode:
version: 26.0/17A324
path: /usr/bin/xcodebuild
Languages:
Java:
version: 21.0.6
path: /usr/bin/javac
Ruby:
version: 3.3.4
path: /opt/rubies/3.3.4/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 18.0.0
wanted: ^18.0.0
react:
installed: 19.0.0
wanted: 19.0.0
react-native:
installed: 0.79.2
wanted: 0.79.2
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: true
info React Native v0.81.4 is now available (your project is running on v0.79.2).
info Changelog: https://github.com/facebook/react-native/releases/tag/v0.81.4
info Diff: https://react-native-community.github.io/upgrade-helper/?from=0.79.2&to=0.81.4
info For more info, check out "https://reactnative.dev/docs/upgrading?os=macos".Rozenite Version
1.0.0-alpha.15
Reproduction
cannot reproduce
Steps to reproduce
ran pnpm dlx rozenite@latest init