Commit c531fb0e by 杨周龙

修复静态资源

1 parent 5dec9443
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
*/ */
import { AppRegistry } from "react-native" import { AppRegistry } from "react-native"
import App from "./src/App" import App from "./App"
import { name as appName } from "./app.json" import { name as appName } from "./app.json"
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!