Dependency on native container

This commit is contained in:
Eric Vicenti 2018-10-11 23:11:36 -07:00
parent 43832f9873
commit dafa2ba5a2
1 changed files with 1 additions and 1 deletions

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';