React Native Meteor looking for contributors - needs community support

Yikes!!! just noticed this. https://github.com/inProgress-team/react-native-meteor/issues/245

For Meteor dev I see this as a critical component, as an alternative to Cordova.

We’re definitely keen to help out… not sure who else is keen???

I switched to apollo for this reason

1 Like

yep, we plan to go there… just not in one huge jump. So we were hoping we could use Meteor with RN as a stepping stone.

1 Like

Willing to help out where needed. Hoping to also get a port of collection2 up to npm which integrates with this package to add simple schema validation.

1 Like

Did you still need the react-native-meteor package to use the methods login methods? Or did you use something else?

I use this for my react native project now : https://github.com/orionsoft/meteor-apollo-accounts

1 Like

meteor apollo accounts, but I was running into an issue with their change password mutation and also having trouble on Android always throwing errors from the promise (even though the signup/login was successful). So a few weird ones. Maybe they’re fixed now.