first commit
This commit is contained in:
8
滴滴淘/ddt_m/index.js
Normal file
8
滴滴淘/ddt_m/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* @format
|
||||
*/
|
||||
import { AppRegistry, Platform } from 'react-native';
|
||||
import App from './src/App';
|
||||
import { name as appName } from './app.json';
|
||||
|
||||
AppRegistry.registerComponent(appName, () => App);
|
||||
Reference in New Issue
Block a user