bluerain-platform-react-native-web
Installation
yarn add @blueeast/bluerain-platform-react-native-webUtils
import BR from '@blueeast/bluerain-os';
BR.Utils.setMainView=(App) => {
RNB.AppRegistry.registerComponent('MyApp', () => App)
RNB.AppRegistry.runApplication('MyApp', { rootTag: document.getElementsByClassName('app-container') });
}Components
APIs
ReactNativeWebPlugin
Extends Plugin
Properties
Last updated