Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
react_native_debugger-0.13.0-setup.exe | 2022-08-11 | 88.1 MB | |
rn-debugger-windows-x64.zip | 2022-08-11 | 91.0 MB | |
react-native-debugger-0.13.0-1.amd64.rpm | 2022-08-11 | 71.2 MB | |
react-native-debugger_0.13.0_amd64.deb | 2022-08-11 | 63.9 MB | |
rn-debugger-linux-x64.zip | 2022-08-11 | 88.7 MB | |
rn-debugger-macos-x64.zip | 2022-08-11 | 93.6 MB | |
rn-debugger-macos-universal.zip | 2022-08-11 | 163.3 MB | |
rn-debugger-macos-arm64.zip | 2022-08-11 | 94.3 MB | |
README.md | 2022-08-11 | 708 Bytes | |
v0.13.0.tar.gz | 2022-08-11 | 1.2 MB | |
v0.13.0.zip | 2022-08-11 | 1.3 MB | |
react-native-debugger_0.13.0_universal.dmg | 2022-08-11 | 163.7 MB | |
Totals: 12 Items | 920.3 MB | 0 |
Improvements & Features
- Update react-devtools-core to v4.25.0 [#706] (@ArmenKesablyan)
- Remove welcome messages.
This version upgrades react-devtools-core
, so you need make sure it matches your project.
Add resolutions in your package.json
for Yarn:
:::json
{
"resolutions": {
"react-devtools-core": "~4.25.0"
}
}
or NPM:
:::json
{
"overrides": {
"react-devtools-core": "~4.25.0"
}
}
If it doesn't work for your project, you can consider downgrade to React Native Debugger v0.12.1
. (It used react-devtools-core@4.14
)
This version of React Native Debugger is based on Electron 11.4.6 (Chromium 87).