question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Android]Can't access developer menu on physical device

See original GitHub issue

Using 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
winkelsdorfcommented, Apr 2, 2020

@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 with enableScreens() 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?

0reactions
WoLewickicommented, Aug 14, 2020

Can you check if #602 resolves your issue?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found