Skip to content

Commit a0d189c

Browse files
author
Matthieu Napoli
committed
Code formatting to match other files
1 parent 649d1c1 commit a0d189c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

App/Containers/Root/RootScreen.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const AppNav = createStackNavigator(
1616
{
1717
initialRouteName: 'SplashScreen',
1818
headerMode: 'none',
19-
}
19+
},
2020
)
2121

2222
class RootScreen extends Component {
@@ -37,6 +37,7 @@ class RootScreen extends Component {
3737
)
3838
}
3939
}
40+
4041
const mapStateToProps = (state) => ({})
4142

4243
const mapDispatchToProps = (dispatch) => ({

0 commit comments

Comments
 (0)