File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class DrawerItems extends Component {
30
30
state = {
31
31
open : false ,
32
32
drawerItemIndex : 0 ,
33
- isDark : true ,
33
+ isDark : false ,
34
34
} ;
35
35
36
36
_setDrawerItem = index => this . setState ( { drawerItemIndex : index } ) ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const App = DrawerNavigator(
25
25
26
26
class PaperExample extends Component {
27
27
state = {
28
- theme : DarkTheme ,
28
+ theme : DefaultTheme ,
29
29
} ;
30
30
31
31
_toggleTheme = ( ) =>
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ class ExampleList extends Component {
65
65
const { theme : { colors : { background } } } = this . props ;
66
66
return (
67
67
< ListView
68
- contentContainerStyle = { { flex : 1 , backgroundColor : background } }
68
+ contentContainerStyle = { { backgroundColor : background } }
69
69
dataSource = { dataSource }
70
70
renderRow = { this . _renderRow }
71
71
renderSeparator = { this . _renderSeparator }
You can’t perform that action at this time.
0 commit comments