David Prevost

Results 132 comments of David Prevost

Same: "@types/react-native": "0.67.4", "react-native-splash-screen": "3.2.0", We have that on a daily basis on Android only. 885 crashes in the last 30 days, and 43 in the last 24 hours. java.lang.IllegalArgumentException:...

Anyone facing this app kill issue, a workaround is the [notifee foreground service](https://notifee.app/react-native/docs/android/foreground-service). By using that, it will keep your app alive. What you must do: 1. Register your foreground...

I'll see what I can do since it is proprietary code. If you share your code maybe I can pinpoint it.

@Asiratlan See https://github.com/react-native-image-picker/react-native-image-picker/pull/2245

I'm seeing this today on `7.0.2` in Android debug mode while trying for the first time this lib: Logcat ``` 2023-11-03 16:23:28.889 11317-11620 ReactNativeJNI myapp I Memory warning (pressure level:...

Anyone encountering this might want to try the foreground service of Notifee. See this issue where I explained how to use it: https://github.com/react-native-image-picker/react-native-image-picker/issues/2239

See working solution shown in the example app: https://github.com/react-native-image-picker/react-native-image-picker/pull/2245

The problem above was first reported [on Nov 4, 2021](https://github.com/facebook/flipper/issues/3026#issue-1045148144). So it has been there for quite a while now. We have to uninstall and reinstall the mobile app each...

Please consider doing so since it should be simple and make life so much easier and minimize mistaken