How to build meteor backend app with react for a native app with react native

Hello there. I am really new with meteor and I choose it for my new project that is build a backend app, like a admin area for the client insert data to be available for a mobile app. And my question is if it is possible to build this admin area with react, for the backend and integrate it with react native to build the mobile app. It is possible?
Thanks in advance !

1 Like

There is a nice package react-native-meteor that allows you to connect a react-native app to a meteor backend, It’s super useful you even have the mini mongo access! (https://github.com/inProgress-team/react-native-meteor)

1 Like