From 5e7754e2942273aa3d04d05920f9ad8241f821c7 Mon Sep 17 00:00:00 2001 From: xuwenyang Date: Sat, 1 Jun 2019 12:16:41 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=8Bgit?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=20=3D=E3=80=82=3D|||?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 12 ++++++------ index.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/App.js b/App.js index f13860a..62b5a4c 100644 --- a/App.js +++ b/App.js @@ -21,12 +21,12 @@ import { import {Input} from "react-native-elements"; import {Navigation} from 'react-native-navigation'; -import Color from './src/style/color' -import Api from './src/util/api' +import Color from './src/style/color'; +import Api from './src/util/api'; -import Loading from './src/component/loading' -import LoginForm from './src/component/loginForm' -import RegisterForm from './src/component/registerForm' +import Loading from './src/component/loading'; +import LoginForm from './src/component/loginForm'; +import RegisterForm from './src/component/registerForm'; export default class App extends Component { @@ -110,4 +110,4 @@ const localStyle = StyleSheet.create({ alignItems: 'center', backgroundColor: 'rgba(255, 255, 255, 0.8)' } -}); \ No newline at end of file +}); diff --git a/index.js b/index.js index a4e8a09..9c488a0 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ * @entry */ -import {Alert} from 'react-native' +import {Alert} from 'react-native'; import {Navigation} from 'react-native-navigation'; import {Icon, loadIcon} from './src/style/icon';