index.ios.js 208 Bytes
import React from 'react';
import { AppRegistry } from 'react-native';

import Example from './Example';
import QRCodeScanner from './QRCodeScanner';

AppRegistry.registerComponent('Example', () => Example);