-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Open
Labels
DebuggingIssues related to React Native DevTools or legacy JavaScript/Hermes debuggingIssues related to React Native DevTools or legacy JavaScript/Hermes debuggingNeeds: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Needs: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
Description
When I use the new debugger, and I step over an async method using F10, the application under debug usually crashes. I have attached a GIF which shows the problem.
Because of this problem, the debugger is essentially useless.
When crashing, the following error is logged:
RangeError: Maximum call stack size exceeded (native stack depth)
at metroRequire (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:72:60)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:19)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
at call (native)
at call (native)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:382063:30)
at toString (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:381744:211)
... skipping 2587 frames
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2845:25)
at apply (native)
at navigateToExistingRecordingAsync (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:360459:29)
at ?anon_0_ (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:360647:61)
at next (native)
at asyncGeneratorStep (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2834:19)
at _next (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2848:29)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2853:14)
at tryCallTwo (address at InternalBytecode.js:1:1222)
at doResolve (address at InternalBytecode.js:1:2541)
at Promise (address at InternalBytecode.js:1:1318)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2845:25)
at ?anon_0_ (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:170898:36)
at next (native)
at asyncGeneratorStep (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2834:19)
at _next (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2848:29)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2853:14)
at tryCallTwo (address at InternalBytecode.js:1:1222)
at doResolve (address at InternalBytecode.js:1:2541)
at Promise (address at InternalBytecode.js:1:1318)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2845:25)
at apply (native)
at withErrorHandlingAsync (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:170888:41)
at ?anon_0_ (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:360643:113)
at next (native)
at asyncGeneratorStep (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2834:19)
at _next (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2848:29)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2853:14)
at tryCallTwo (address at InternalBytecode.js:1:1222)
at doResolve (address at InternalBytecode.js:1:2541)
at Promise (address at InternalBytecode.js:1:1318)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:2845:25)
at apply (native)
at onRecordingListItemPressedAsync (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:360652:30)
at onPress (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:360704:67)
at _performTransitionSideEffects (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:66348:22)
at _receiveSignal (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:66304:45)
at onResponderRelease (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:66163:32)
at executeDispatch (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:8305:19)
at executeDispatchesInOrder (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:8333:26)
at executeDispatchesAndRelease (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:10291:35)
at executeDispatchesAndReleaseTopLevel (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:10299:43)
at forEach (native)
at forEachAccumulated (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:8944:22)
at runEventsInBatch (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:10312:27)
at runExtractedPluginEventsInBatch (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:10345:25)
at anonymous (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:10389:42)
at batchedUpdates (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:25021:20)
at batchedUpdates$1 (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:10267:36)
at dispatchEvent (http://localhost:8081/index.bundle//&platform=android&dev=true&lazy=true&minify=false&app=ch.voicepoint.xenon&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&transform.routerRoot=app&transform.engine=hermes&transform.bytecode=1&unstable_transformProfile=hermes-stable:10358:25)
my dependencies from package.json:
"dependencies": {
"@config-plugins/ffmpeg-kit-react-native": "~9.0.0",
"@expo-google-fonts/roboto": "~0.2.3",
"@expo/config-plugins": "~9.0.14",
"@hookform/resolvers": "~3.10.0",
"@microsoft/signalr": "~8.0.7",
"@microsoft/signalr-protocol-msgpack": "~8.0.7",
"@react-native-async-storage/async-storage": "~1.23.1",
"@react-native-clipboard/clipboard": "~1.16.1",
"@react-native-community/netinfo": "~11.4.1",
"@react-native-community/slider": "~4.5.5",
"@react-navigation/bottom-tabs": "~6.6.1",
"@react-navigation/native": "~6.1.18",
"@react-navigation/native-stack": "~6.11.0",
"@shopify/flash-list": "~1.7.1",
"@shopify/react-native-skia": "1.5.0",
"axios": "1.7.8",
"axios-retry": "~4.5.0",
"core-js": "~3.40.0",
"date-fns": "~2.30.0",
"expo": "52.0.37",
"expo-application": "~6.0.2",
"expo-auth-session": "~6.0.2",
"expo-av": "~15.0.2",
"expo-build-properties": "~0.13.2",
"expo-constants": "~17.0.6",
"expo-crypto": "~14.0.2",
"expo-device": "~7.0.2",
"expo-font": "~13.0.3",
"expo-jwt": "~1.8.2",
"expo-linking": "~7.0.5",
"expo-local-authentication": "~15.0.2",
"expo-localization": "~16.0.1",
"expo-navigation-bar": "~4.0.8",
"expo-secure-store": "~14.0.1",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"ffmpeg-kit-react-native": "~6.0.2",
"i18next": "~24.2.2",
"immer": "~10.0.4",
"inversify": "~6.2.2",
"inversify-react": "~1.2.0",
"linguist-js": "~2.8.1",
"lodash-es": "~4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "~7.54.2",
"react-native": "0.76.7",
"react-native-background-actions": "~4.0.1",
"react-native-drawer-layout": "~4.1.1",
"react-native-exit-app": "1.1.0",
"react-native-fs": "~2.20.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-gifted-chat": "~2.4.0",
"react-native-logs": "~5.3.0",
"react-native-mmkv": "^3.2.0",
"react-native-modal": "~13.0.1",
"react-native-paper": "~5.13.1",
"react-native-paper-dates": "~0.22.30",
"react-native-reanimated": "~3.16.7",
"react-native-safe-area-context": "~4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "~15.8.0",
"react-native-url-polyfill": "~2.0.0",
"react-native-uuid": "~2.0.3",
"react-native-version-info": "~1.1.1",
"react-native-vision-camera": "~4.6.3",
"react-native-web": "~0.19.13",
"react-native-webview": "~13.12.5",
"react-native-zip-archive": "~7.0.1",
"reflect-metadata": "~0.2.2",
"rxjs": "~7.8.1",
"url-search-params-polyfill": "~8.2.5",
"use-async-effect": "~2.2.7",
"yup": "~1.6.1",
"zustand": "~4.5.6"
},
Steps to reproduce
I cannot reproduce this with a small project.
React Native Version
0.76.7
Output of npx @react-native-community/cli info
System:
OS: Windows 10 10.0.19045
CPU: (16) x64 12th Gen Intel(R) Core(TM) i7-1260P
Memory: 4.83 GB / 31.71 GB
Binaries:
Node:
version: 18.20.0
path: C:\Program Files\nodejs\node.EXE
Yarn:
version: 1.22.22
path: C:\Program Files\nodejs\yarn.CMD
npm:
version: 10.5.0
path: C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK:
API Levels:
- "33"
- "34"
- "35"
Build Tools:
- 30.0.3
- 33.0.0
- 33.0.1
- 34.0.0
- 35.0.0
System Images:
- android-32 | Google Play Intel x86_64 Atom
- android-33 | Google Play Intel x86_64 Atom
- android-34 | Google APIs Intel x86_64 Atom
- android-34 | Google Play Intel x86_64 Atom
Android NDK: Not Found
Windows SDK:
AllowDevelopmentWithoutDevLicense: Enabled
Versions:
- 10.0.22000.0
- 10.0.22621.0
IDEs:
Android Studio: Not Found
Visual Studio:
- 17.8.34112.27 (Visual Studio Professional 2022)
- 17.9.34728.123 (Visual Studio Professional 2022)
Languages:
Java:
version: 11.0.20
path: C:\Program Files\Microsoft\jdk-11.0.20.8-hotspot\bin\javac.EXE
Ruby: Not Found
npmPackages:
"@react-native-community/cli":
installed: 15.1.3
wanted: ~15.1.3
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.76.7
wanted: 0.76.7
react-native-windows: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
Screenshots and Videos
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DebuggingIssues related to React Native DevTools or legacy JavaScript/Hermes debuggingIssues related to React Native DevTools or legacy JavaScript/Hermes debuggingNeeds: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Needs: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.StaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
