mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 09:59:31 +08:00
1. 修改一下git账号 =。=|||
This commit is contained in:
parent
d6331e6447
commit
5e7754e294
2 changed files with 7 additions and 7 deletions
12
App.js
12
App.js
|
@ -21,12 +21,12 @@ import {
|
||||||
import {Input} from "react-native-elements";
|
import {Input} from "react-native-elements";
|
||||||
import {Navigation} from 'react-native-navigation';
|
import {Navigation} from 'react-native-navigation';
|
||||||
|
|
||||||
import Color from './src/style/color'
|
import Color from './src/style/color';
|
||||||
import Api from './src/util/api'
|
import Api from './src/util/api';
|
||||||
|
|
||||||
import Loading from './src/component/loading'
|
import Loading from './src/component/loading';
|
||||||
import LoginForm from './src/component/loginForm'
|
import LoginForm from './src/component/loginForm';
|
||||||
import RegisterForm from './src/component/registerForm'
|
import RegisterForm from './src/component/registerForm';
|
||||||
|
|
||||||
|
|
||||||
export default class App extends Component {
|
export default class App extends Component {
|
||||||
|
@ -110,4 +110,4 @@ const localStyle = StyleSheet.create({
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
backgroundColor: 'rgba(255, 255, 255, 0.8)'
|
backgroundColor: 'rgba(255, 255, 255, 0.8)'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
2
index.js
2
index.js
|
@ -2,7 +2,7 @@
|
||||||
* @entry
|
* @entry
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {Alert} from 'react-native'
|
import {Alert} from 'react-native';
|
||||||
import {Navigation} from 'react-native-navigation';
|
import {Navigation} from 'react-native-navigation';
|
||||||
import {Icon, loadIcon} from './src/style/icon';
|
import {Icon, loadIcon} from './src/style/icon';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue