Commit 71e5cdaf by 杨周龙

修复

1 parent bff71fd8
Showing with 3 additions and 4 deletions
......@@ -2,9 +2,8 @@
* @format
*/
import { AppRegistry } from 'react-native'
import App from './App'
import {name as appName} from './app.json'
import 'react-native-gesture-handler'
import { AppRegistry } from "react-native"
import App from "./src/App"
import { name as appName } from "./app.json"
AppRegistry.registerComponent(appName, () => App)
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!