8 lines
221 B
JavaScript
8 lines
221 B
JavaScript
// import { AppRegistry } from 'react-native';
|
|
|
|
import App from './App12ScrollView';
|
|
|
|
export default App;
|
|
|
|
// skip this line if using Create React Native App
|
|
// AppRegistry.registerComponent('AwesomeProject', () => App);
|