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

@@ -9,7 +9,7 @@ Expo is currently not supported as it includes an older version of `react-native
Open a Terminal in your project's folder and run,
```sh
yarn add @react-navigation/core @react-navigation/native-stack
yarn add @react-navigation/native @react-navigation/native-stack
```
Now we need to install [`react-native-screens`](https://github.com/kmagiera/react-native-screens).