mirror of
https://github.com/status-im/react-native-image-resizer.git
synced 2025-01-29 07:55:40 +00:00
12 lines
283 B
JavaScript
12 lines
283 B
JavaScript
/**
|
|
* 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);
|