react-native-camera/Example/index.android.js
Nicolas Charpentier 1024c6bed5 Add example
2016-05-30 11:19:43 -04:00

7 lines
163 B
JavaScript

import React from 'react';
import { AppRegistry } from 'react-native';
import Example from './Example';
AppRegistry.registerComponent('Example', () => Example);