diff --git a/demo/src/screens/componentScreens/TabControllerScreen/index.tsx b/demo/src/screens/componentScreens/TabControllerScreen/index.tsx index b9d73dd31c..b302337202 100644 --- a/demo/src/screens/componentScreens/TabControllerScreen/index.tsx +++ b/demo/src/screens/componentScreens/TabControllerScreen/index.tsx @@ -1,7 +1,6 @@ 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, @@ -163,65 +162,63 @@ class TabControllerScreen extends Component<{}, State> { render() { const {key, initialIndex, asCarousel, centerSelected, fewItems, items} = this.state; return ( - - - + + - - {this.renderTabPages()} - - -