diff --git a/packages/react-navigation/examples/NavigationPlayground/js/App.js b/packages/react-navigation/examples/NavigationPlayground/js/App.js index 6d835d22..1f5d0d86 100644 --- a/packages/react-navigation/examples/NavigationPlayground/js/App.js +++ b/packages/react-navigation/examples/NavigationPlayground/js/App.js @@ -247,7 +247,7 @@ class MainScreen extends React.Component { { {Object.keys(ExampleRoutes).map((routeName: string) => ( @@ -311,19 +312,14 @@ class MainScreen extends React.Component { } }} > - - - - {ExampleInfo[routeName].name} - - - {ExampleInfo[routeName].description} - - - + + + {ExampleInfo[routeName].name} + + + {ExampleInfo[routeName].description} + + ))} @@ -370,8 +366,6 @@ const styles = StyleSheet.create({ item: { paddingHorizontal: 16, paddingVertical: 12, - }, - itemContainer: { borderBottomWidth: StyleSheet.hairlineWidth, borderBottomColor: '#ddd', },