Saravanakumar
Saravanakumar
If you are using an emulator, close the app and kill it. I hope this should work.
I got the same error and after removing catch error handle its working fine. Please let me know if anyone got the proper solution. `AdMobRewarded.requestAd().catch(error => console.warn(error));`
@tomduncalf Thanks for your quick response. Now I can't reproduce this issue in your repo (Both Hermes enabled and disabled mode in iOS. Also, I tried using `@realm/react`). But, When...
Yes @tomduncalf `10.20.0-beta.3` working fine for me now. Thanks for your kind support.
@tomduncalf Now I am able to reproduce this issue in your repo. Seems, the issue with `@realm/react` and `extends Realm.Object` (use together). Please check the code https://github.com/kalviapp/realm-issue4484. I am getting...
@takameyer FYI: It Seems, If I reverted to `10.15.0` it's working with `@realm/react`
@kraenhansen Do you have any update on this? This feature will be very helpful. Also, I have a question. 1. Local Realm doesn't require any authorization and partition. So, after...
@fronck @kraenhansen I am trying to implement this in `FindOurDevices` App. Locale config ``` const localConfig = { schema: [ Device.schema, Location.schema, Group.schema, GroupMember.schema, Location.schema ], }; const localRealm =...
try to clear the cache. ``` npx react-native start --reset-cache ```
we can edit in Kotlin file. But not sure how to set up in expo. ``` java package `in`.pvin.crossings ``` When i try to set this in expo's `app.config.js` getting...