App.js 221 B

12345678
  1. // import { AppRegistry } from 'react-native';
  2. import App from './App12ScrollView';
  3. export default App;
  4. // skip this line if using Create React Native App
  5. // AppRegistry.registerComponent('AwesomeProject', () => App);