refactor: import from /native instead of /core

This commit is contained in:
Satyajit Sahoo
2019-12-11 17:22:59 +01:00
parent 7b8277dae5
commit eef17a801e
60 changed files with 66 additions and 66 deletions

View File

@@ -2,7 +2,7 @@ import * as React from 'react';
import { View, StyleSheet } from 'react-native';
import { Button } from 'react-native-paper';
import { useSafeArea } from 'react-native-safe-area-context';
import { RouteProp, ParamListBase } from '@react-navigation/core';
import { RouteProp, ParamListBase } from '@react-navigation/native';
import {
createStackNavigator,
StackNavigationProp,