UNPKG

react-native-media-editor

Version:
7 lines (5 loc) 162 B
/* @flow */ import React from 'react'; import { AppRegistry } from 'react-native'; import App from './App'; AppRegistry.registerComponent('example', () => App);