I installed this package as it was recommended to me on this StackOverflow issue I'm having trouble getting timers to work with the chrome debugger to work because of a synchronization issue between my device and the browser inwhich the browser is trying to handle the timing (or something idk). I saw this line in the native android code which lead me to believe that timing dispatches are being handled natively, but the timer still doesn't work.
react-native info ~/Documents/node/obm-app
info Fetching system and libraries information...
(node:1581462) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
System:
OS: Linux 5.10 Manjaro Linux
CPU: (20) x64 Intel(R) Core(TM) i9-10850K CPU @ 3.60GHz
Memory: 7.08 GB / 31.26 GB
Shell: 5.8 - /usr/bin/zsh
Binaries:
Node: 15.14.0 - /usr/local/bin/node
Yarn: 1.22.10 - /usr/bin/yarn
npm: 7.7.6 - /usr/local/bin/npm
Watchman: Not Found
SDKs:
Android SDK:
API Levels: 23, 25, 29, 30
Build Tools: 28.0.3, 29.0.2, 29.0.3, 30.0.3
System Images: android-25 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom, android-30 | Google APIs Intel x86 Atom
Android NDK: Not Found
IDEs:
Android Studio: 4.1 AI-201.8743.12.41.7199119
Languages:
Java: 1.8.0_292 - /usr/bin/javac
Python: 3.9.4 - /usr/bin/python
npmPackages:
@react-native-community/cli: Not Found
react: 16.13.1 => 16.13.1
react-native: ~0.63.3 => 0.63.4
npmGlobalPackages:
*react-native*: Not Found
This code works fine on the device, but not when the chrome debugger is connected. This is kind of an urgent problem and I'd really appreciate a prompt response.
I installed this package as it was recommended to me on this StackOverflow issue I'm having trouble getting timers to work with the chrome debugger to work because of a synchronization issue between my device and the browser inwhich the browser is trying to handle the timing (or something idk). I saw this line in the native android code which lead me to believe that timing dispatches are being handled natively, but the timer still doesn't work.
Code example:
React Native info:
package.json
This code works fine on the device, but not when the chrome debugger is connected. This is kind of an urgent problem and I'd really appreciate a prompt response.