-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: None
-
SDK FY21-Q2
-
3069
I am currently using
> "realm": "v10.0.0-beta.7"
> "react": "16.13.1",
> "react-native": "0.63.1",
With this configuration my application starts properly
But after upgrading to
> "realm": "v10.0.0-beta.8"
or
> "realm": "v10.0.0-beta.9"
my app directly crash with the same code
I had the same problem with
> "react": "16.11.0",
> "react-native": "0.62.2",
> "realm": "v10.0.0-beta.8" or "realm": "v10.0.0-beta.9"
does anyone else have the same problem ?