diff --git a/demo/src/screens/componentScreens/TabControllerScreen/index.tsx b/demo/src/screens/componentScreens/TabControllerScreen/index.tsx index b302337202..b9d73dd31c 100644 --- a/demo/src/screens/componentScreens/TabControllerScreen/index.tsx +++ b/demo/src/screens/componentScreens/TabControllerScreen/index.tsx @@ -1,6 +1,7 @@ import _ from 'lodash'; import React, {Component} from 'react'; import {ActivityIndicator, StyleSheet} from 'react-native'; +import {SafeAreaProvider} from 'react-native-safe-area-context'; import { Assets, TabController, @@ -162,63 +163,65 @@ class TabControllerScreen extends Component<{}, State> { render() { const {key, initialIndex, asCarousel, centerSelected, fewItems, items} = this.state; return ( - - - + + - {this.renderTabPages()} - - -