[Android]Can't access developer menu on physical device
See original GitHub issueUsing enableScreens
and createNativeStackNavigator
in App.js
:
import { enableScreens } from 'react-native-screens'
import createNativeStackNavigator from 'react-native-screens/createNativeStackNavigator'
enableScreens()
const AppNavigator = createNativeStackNavigator({
Login
})
I can’t access developer menu. But when I replace createNativeStackNavigator
with createStackNavigator
, I can access developer menu.
react-native-screens
version: 2.0.0-alpha.22
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Configure on-device developer options - Android Developers
The Settings app on Android includes a screen called Developer options that lets you configure system behaviors that help you profile and debug...
Read more >Can't open developer menu on react-native debug build
And yes my app doesn't crash and I can test it, but i can't open the developer menu. Whether i shake my device...
Read more >How to Get Developer Options on Android | Digital Trends
1. Go to Settings > About Phone. 2. Tap Software Info > Build Number. 3. Tap Build Number seven times. After the first...
Read more >Android 8.0.0: can not enable developer options for USB ...
Turn on Developer options first. About Phone > Software Information > Build number. Tap the build number, says: Developer mode has already been ......
Read more >Configuring Your System to Detect Your Android Device
Enable USB debugging on your Android device. If necessary, install the Android development tools (JDK/SDK/NDK). These libraries are installed by default by ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@WoLewicki Tbh, sadly this is out of the time scope for me 😕 I’m a native iOS Developer and the side project using this has currently no budget at all, not even for RN 0.62 or
react-navigation
migration 😦 When I try to use this component withenableScreens()
I start having disappearing views on Android, debugging this and creating a minimal reproducing demo would mean some 3-5 unpaid hours and (what matters most) time which I must take from a paid project. So best ignore my report, as I am unable to give feedback shortly.Probably @afishhhhh can jump in?
Can you check if #602 resolves your issue?