|
@@ -17,12 +17,8 @@ import {
|
|
TouchableOpacity,
|
|
TouchableOpacity,
|
|
ImageBackground,
|
|
ImageBackground,
|
|
TextInput,
|
|
TextInput,
|
|
- Button,
|
|
|
|
- ViewPagerAndroid,
|
|
|
|
- DeviceEventEmitter,
|
|
|
|
- SectionList,
|
|
|
|
Animated,
|
|
Animated,
|
|
- TouchableHighlight
|
|
|
|
|
|
+ StatusBar
|
|
} from 'react-native';
|
|
} from 'react-native';
|
|
import BasePage from '../BasePage';
|
|
import BasePage from '../BasePage';
|
|
import Header from './Header';
|
|
import Header from './Header';
|
|
@@ -153,7 +149,8 @@ export default class MainPage extends BasePage {
|
|
ListHeaderComponent={() => this.headerorfooterComponent()}
|
|
ListHeaderComponent={() => this.headerorfooterComponent()}
|
|
renderSectionHeader={this.sectionTitle}
|
|
renderSectionHeader={this.sectionTitle}
|
|
onScroll={this.hideGradeMenu}
|
|
onScroll={this.hideGradeMenu}
|
|
- /> */}
|
|
|
|
|
|
+ /> */}
|
|
|
|
+ <StatusBar barStyle={'dark-content'} backgroundColor={'white'} translucent={false} />
|
|
<ScrollView
|
|
<ScrollView
|
|
style={{ height: Dimensions.height }}
|
|
style={{ height: Dimensions.height }}
|
|
showsVerticalScrollIndicator={false}
|
|
showsVerticalScrollIndicator={false}
|