Realm-js: Fail build with run-android when updating from 2.0.7 to 2.0.8

Created on 19 Nov 2017  路  4Comments  路  Source: realm/realm-js

Goals

I am trying to run a react-native app that was previously working with 2.0.7

Expected Results

react-native run-android works

Actual Results

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.

Steps to Reproduce

Code Sample

This is the project: https://github.com/status-im/status-react

Version of Realm and Tooling

  • Realm JS SDK Version: realm 2.0.8
  • Node or React Native: - Client OS & Version: 0.43.4
  • Which debugger for React Native: None
T-Bug

Most helpful comment

I noticed that ./node_modules/realm/android folder is missing in version 2.0.8

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings