diff --git a/src/screens/ExpoScreen.tsx b/src/screens/ExpoScreen.tsx index e119532..753da07 100644 --- a/src/screens/ExpoScreen.tsx +++ b/src/screens/ExpoScreen.tsx @@ -51,45 +51,43 @@ const ExpoScreen: NavigationFunctionComponent = observer(({ } return contentHidden ? null : ( - - - - - { 'From Expo SDK' } - - - Device ID: {ExpoConstants.deviceId} - Network type: {ui.networkType} - - - - - { 'Reanimated 2' } - - - - - - - - { 'Navigation' } - - - navigation.pushExpo(componentId)} - /> - navigation.showExpo()} - /> - navigation.dismissModal(componentId)} - /> - - - + + + + { 'From Expo SDK' } + + + Device ID: {ExpoConstants.deviceId} + Network type: {ui.networkType} + + + + + { 'Reanimated 2' } + + + + + + + + { 'Navigation' } + + + navigation.pushExpo(componentId)} + /> + navigation.showExpo()} + /> + navigation.dismissModal(componentId)} + /> + + ); });