Home:ALL Converter>Use React Native components in a Meteor React web application

Use React Native components in a Meteor React web application

Ask Time:2016-12-08T22:38:02         Author:Rob van Dijk

Json Formatter

As we're building a Meteor React web application which will be presented inside a web view inside a react native application. As you can probably tell by reading that sentence, this doesn't make much sense, but due to time constraints and the fact that the react native application is made by another team, we have decided to present it in a web view for now, and eventually convert it to RN as well.

So to prevent having to write everything twice, is there a way to use React Native components in Meteor? (So use <View> for example instead of <div>).

Author:Rob van Dijk,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/41042006/use-react-native-components-in-a-meteor-react-web-application
yy