João Pedro Kohls Bast
João Pedro Kohls Bast
> @Nadav42 I'll try to give a minimal example (though I use it slightly different in my project for a number of reasons), which should work: > > ```js >...
Same issue here. Using @thegreatzeus class as example, if I just define my scheme as the following, it works fine ``` class Book extends Realm.Object { name?: string; price?: number;...
@favourwright it worked for me! Thanks for your quick reply
I'm having the same issue here. One thing that I tried to do was running prebuild and then add [this](https://docs.rollbar.com/docs/react-native#android) at `MainApplication.java`. But now I'm having the following error message:...