We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5443879 commit 7bda6d3Copy full SHA for 7bda6d3
src/views/Drawer/DrawerSidebar.js
@@ -1,6 +1,5 @@
1
import React from 'react';
2
import { StyleSheet, View } from 'react-native';
3
-import SafeAreaView from 'react-native-safe-area-view';
4
5
import NavigationActions from '../../NavigationActions';
6
import invariant from '../../utils/invariant';
src/views/TabView/TabView.js
@@ -1,7 +1,6 @@
import { View, StyleSheet, Platform } from 'react-native';
import { TabViewAnimated, TabViewPagerPan } from 'react-native-tab-view';
import ResourceSavingSceneView from '../ResourceSavingSceneView';
7
0 commit comments