Describe the bug
In my react-native application, I am using:
import { uuidv4 } from 'uuid';
uuidv4()
The uuid get generated successfully when the app is running on debug mode (The debugger is enabled). However, if you turn off the debugger, it does not work, as soon as the app reaches uuidv4() line of code, it stops there without any error in the console.
How to reproduce
npx react-native init AwesomeProject
yarn install uuid
import { uuidv4 } from 'uuid';
uuidv4()
- Test the app, should not work
ctrl + d to open the developer menu, select Debug
- It will start working as normal
Expected behavior
The app should work as normal in both debug mode being enabled and disabled.
Runtime
System:
OS: macOS 10.15.7
CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz
Memory: 392.40 MB / 8.00 GB
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 14.15.0 - ~/.nvm/versions/node/v14.15.0/bin/node
Yarn: 1.22.4 - ~/Documents/youpendo-app-bareworkflow/node_modules/.bin/yarn
npm: 6.14.8 - ~/.nvm/versions/node/v14.15.0/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.9.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 14.1, DriverKit 19.0, macOS 10.15, tvOS 14.0, watchOS 7.0
Android SDK:
API Levels: 28, 29
Build Tools: 28.0.3, 29.0.2
System Images: android-28 | Google APIs Intel x86 Atom, android-29 | Google APIs Intel x86 Atom
Android NDK: Not Found
IDEs:
Android Studio: 3.6 AI-192.7142.36.36.6392135
Xcode: 12.1/12A7403 - /usr/bin/xcodebuild
Languages:
Java: 1.8.0_232 - /usr/bin/javac
Python: 2.7.16 - /usr/bin/python
npmPackages:
@react-native-community/cli: ^4.8.0 => 4.13.0
react: 16.13.1 => 16.13.1
react-native: 0.63.3 => 0.63.3
Additional information
[Any other information or comments that you think will help]
Describe the bug
In my react-native application, I am using:
The uuid get generated successfully when the app is running on
debugmode (The debugger is enabled). However, if you turn off the debugger, it does not work, as soon as the app reachesuuidv4()line of code, it stops there without any error in the console.How to reproduce
npx react-native init AwesomeProjectyarn install uuidctrl + dto open the developer menu, selectDebugExpected behavior
The app should work as normal in both
debugmode being enabled and disabled.Runtime
Additional information
[Any other information or comments that you think will help]