UNPKG

rnkit_sensor

Version:
14 lines (11 loc) 241 B
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React from 'react'; import { AppRegistry } from 'react-native'; import App from './app'; AppRegistry.registerComponent('Example', () => App);