Thushal Madhushankha

Results 17 comments of Thushal Madhushankha

Hi @Dragollla Where is the location i want to put this code? can you explain little bit ?

@Dragollla 🙏 Thank you. I just saw the documentation. But one thing need to clarify, when migrating AsyncStorage to MMKV there is a key for redux-persist. Do i need migrate...

``` const migrations = { 1: async(state) => { const oldState = await getStoredState({ key, storage: AsyncStorage, }) return oldState }, } const config = { timeout: 50000, key: 'key',...

`` This will work in ANDROID 12,13(default permission comes on ALLOW). But in ANDROID 14 default permission comes on DENIED. After that, this error will come again. Does anyone know...

You can use [Notifee](https://notifee.app/react-native/docs/triggers) Libary to request for this permission. `await notifee.openAlarmPermissionSettings();` Otherwise, I didn't find any solution for this issue

For me this works fine in android 14. This can be happen in Android 13.

Hi @nicencina, How solve this issue? I am facing issue when migrate async to mmkv redux-persist states show empty after migrate to mmkv. Storage migrate is went success. But problem...

@felansu can you explain the solution for this bug? 🙏😊

@alejandro-devop did you find any solution?

same here ``` Fatal Exception: java.lang.Error: java.lang.IllegalAccessException: Class java.lang.Class cannot access protected method java.lang.Class com.appsflyer.internal.AFa1xSDK$$.loadClass(java.lang.String, boolean) of class java.lang.Class at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1168) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764) ```