This repository was archived by the owner on Jun 24, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The latest apk file is at [here](https://github.com/wangdicoder/JueJinClient/blo
19
19
1 . git clone https://github.com/wangdicoder/JueJinClient
20
20
2 . cd JueJinClient
21
21
3 . npm install
22
- 4 . npm link
22
+ 4 . react-native link
23
23
5 . react-native run-android / run-ios
24
24
25
25
# Screenshot
Original file line number Diff line number Diff line change 15
15
android : allowBackup =" true"
16
16
android : label =" @string/app_name"
17
17
android : icon =" @mipmap/ic_launcher"
18
- android : theme =" @style/AppTheme" >
18
+ android : theme =" @style/AppTheme"
19
+ android : largeHeap =" true" >
19
20
<activity
20
21
android : name =" .MainActivity"
21
22
android : label =" @string/app_name"
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ export default class TabBar extends Component{
34
34
return (
35
35
< TabNavigator
36
36
hidesTabTouch = { true }
37
- tabBarStyle = { styles . tabbar } >
37
+ tabBarStyle = { styles . tabbar }
38
+ sceneStyle = { { paddingBottom : styles . tabbar . height } } >
38
39
< TabNavigator . Item
39
40
tabStyle = { styles . tabStyle }
40
41
title = { tabName [ 0 ] }
You can’t perform that action at this time.
0 commit comments