Is react-native-meteor still being updated?

Hi

Is react-native-meteor still being updated? It seems that with the latest releases of
RN and React, there are features that are no longer supported. One example is the
tutorial here:

With the latest version of RN and React installed(the ones that come with “React-native init”),
you can’t do that tutorial: it will give you an error saying something like “undefined function, evaluating this.db.batchedUpdates”. And with old version of RN(0.43.3) this error is gone.

It would be good if this package can be further developed to catch up with RN, since I like this stack :slight_smile:

There is an alternative called Meteor Client Bundler which should allow you to add Meteor to your RN application. It is maintained by a core developer of Meteor.

1 Like