index.ios.js 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import React from 'react'; import { AppRegistry } from 'react-native'; import Example from './Example'; import QRCodeScanner from './QRCodeScanner'; AppRegistry.registerComponent('Example', () => Example);