It sounds like a weird question. It is. But is it possible to do something like this in a react app that I instantiated with create-react-app?
import React, { Component } from 'react';
import { Text, View, StyleSheet } from 'react-native';
...
i.e. even if I can't actually build the mobile view, I want to include it in my code to do something else with it
I only ask because I can't get around a
"Module not found: Can't resolve 'react-native' in '/Users/...' error, even with react-native in my package.json