diff --git a/App.js b/App.js index 0c7a9274..200467b0 100644 --- a/App.js +++ b/App.js @@ -7,6 +7,7 @@ import { enableScreens } from 'react-native-screens'; import { Provider as ReduxProvider } from 'react-redux'; import { Provider as PaperProvider } from 'react-native-paper'; import * as Linking from 'expo-linking'; +import { SafeAreaProvider } from 'react-native-safe-area-context'; import { Navigation } from './src/Navigation'; import { store, persistor } from './src/Store/configureStore'; @@ -31,10 +32,12 @@ const App = (props) => { - Loading...}> - - - + + Loading...}> + + + + diff --git a/src/Components/DrillListPage.js b/src/Components/DrillListPage.js index d63ed957..71e32536 100644 --- a/src/Components/DrillListPage.js +++ b/src/Components/DrillListPage.js @@ -38,16 +38,14 @@ export const DrillListPage = (props) => { {I18n.t('drillListPage.availableDrills', { count: displayedDrills.length })} - {type === DrillTypes.FRISBEE && ( -