Closed jaysonjh closed 5 years ago
Hello, in my case watermelon not install in react-native project: "react": "16.8.3", "react-native": "0.59.1", "@nozbe/watermelondb": "^0.10.1",
Just make sure you use the latest version of a package before you create an issue :-).
It's already fixed in 0.11.0
: https://github.com/Nozbe/WatermelonDB/issues/276
Upgrade to 0.11.0. It is work now.
Nice! You can close this issue :)
DatabaseBridge.kt: (196, 37): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type ReadableArray?