UNPKG

react-native-permissions-zic

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