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';