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