Wayne
Wayne
Remove cra: prefix and then remevoe ^ at devDependencies of electron. like that ^14.0.0 -> 14.0.0
I got the same issue.
``` libcamera-hello --qt-preview ```
good issue
I removed spaces and special characters from the path of my RN project. After that, I succeeded in running the iOS app. Good luck!
> Do you need the **exact** alarms? As in, is your application actually an alarm app, or an app where the main functionality depends on sending notifications at exact time?...
jest.config.js ``` setupFiles: [ mockReactNativeShake.js } ``` mockReactNativeShake.js ``` jest.mock('react-native-shake', () => ({ addListener: jest.fn(), removeAllListeners: jest.fn(), })); ```
I got the same issue. In my case, this issue occurred after the rn 0.71 update.