Dependency on native container

This commit is contained in:
Eric Vicenti
2018-10-11 23:11:36 -07:00
parent 395e53af73
commit 045e303f04

View File

@@ -1,7 +1,7 @@
import React from 'react';
import Expo from 'expo';
import { FlatList, I18nManager } from 'react-native';
import { createSwitchNavigator } from 'react-navigation';
import { createSwitchNavigator } from '@react-navigation/core';
import { createStackNavigator } from 'react-navigation-stack';
import { ListSection, Divider } from 'react-native-paper';