I am trying to run a react-native app that was previously working with 2.0.7
react-native run-android works
react-native run-android fails
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Cannot evaluate module realm : Configuration with name 'default' not found.
This is the project: https://github.com/status-im/status-react
I noticed that ./node_modules/realm/android folder is missing in version 2.0.8
This made me lost a lot of time the other day. @realm why don't you use semver? 2.0.8 is supposed to be a patch version, not a breaking changes one!
Sorry, I had an issue with RN Android during release so I had to disable it. I plan to do a 2.0.9 release to with RN Android enabled.
@mdumrauf @chlela @yenda I have released 2.0.9 - with RN Android support.
Most helpful comment
I noticed that
./node_modules/realm/androidfolder is missing in version 2.0.8