react-native: Can't turn off developer mode
I’m curling with the provided command, curl 'http://localhost:8081/index.ios.bundle?dev=false&minify=true' -o iOS/main.jsbundle
, but when I shake any device the app is on, the developer menu pops up!
What am I missing?
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 20 (7 by maintainers)
Commits related to this issue
- Expose shake-to-show dev menu setting via the bridge Summary: Apps commonly provide their own rage-shake menus or behaviors, including in dev builds where the dev menu is enabled on shake. Rather tha... — committed to facebook/react-native by wschurman 7 years ago
- Expose shake-to-show dev menu setting via the bridge Summary: Apps commonly provide their own rage-shake menus or behaviors, including in dev builds where the dev menu is enabled on shake. Rather tha... — committed to thotegowda/react-native by wschurman 7 years ago
I can’t off Developer menu in production build on Android. Developer Menu is showing on shake in productions(Release Build).