Commit 71e5cdaf by 杨周龙

修复

1 parent bff71fd8
Showing with 3 additions and 4 deletions
...@@ -2,9 +2,8 @@ ...@@ -2,9 +2,8 @@
* @format * @format
*/ */
import { AppRegistry } from 'react-native' import { AppRegistry } from "react-native"
import App from './App' import App from "./src/App"
import {name as appName} from './app.json' import { name as appName } from "./app.json"
import 'react-native-gesture-handler'
AppRegistry.registerComponent(appName, () => App) 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!