react-native-image-resizer/example/index.android.js

14 lines
286 B
JavaScript
Raw Normal View History

2016-05-16 11:06:14 +00:00
/**
* Sample React Native App
* https://github.com/facebook/react-native
* @flow
*/
import React, { Component } from 'react';
import {
AppRegistry,
} from 'react-native';
import ResizerExample from './app';
AppRegistry.registerComponent('ResizerExample', () => ResizerExample);