📱 React Native to existing Meteor React project

Is adding a React Native to existing Meteor meteor w/ a stack** is a reasonable and at all possible route?

**stack - Meteor / Apollo / GraphQL / React

Or would separating the web from React Native be a better idea?

Perhaps someone has some good tutorials saved for this and/or personal experience?

Many thanks in advance

1 Like

Just use create-react-native-app and add apolloclient to get data from the meteor backend. Use a separate project/repo for that. If you need to share code, you can use either softlinks or npm packages or similar.