abo-rythm
abo-rythm
Any updates in here?
This happens because when you get the photos using CameraRoll or another library, you specifically have to include imageSize and get the width and height in the result. I'm using...
The issue reproduced for me as well: Your app just crashed. See the error below. java.lang.RuntimeException: Could not invoke OneSignal.hasNotificationPermission com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:383) ... Caused by java.lang.Exception: Must call 'initWithContext' before use...
Had the same issue, Make sure you install https://www.npmjs.com/package/ts-node Also I removed it from 'env.js' Instead of: const path = require('path'); const envPath = path.resolve(__dirname, `.env.${APP_ENV}`); I used: const APP_ENV...