Nozbe / WatermelonDB

🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
https://watermelondb.dev
MIT License
10.62k stars 600 forks source link

Build failed 0.59 #288

Closed jaysonjh closed 5 years ago

jaysonjh commented 5 years ago

DatabaseBridge.kt: (196, 37): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type ReadableArray?

GustavoMontenegro commented 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",

vdlindenmark commented 5 years ago

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

jaysonjh commented 5 years ago

Upgrade to 0.11.0. It is work now.

vdlindenmark commented 5 years ago

Nice! You can close this issue :)