./src/createNavigationContainer -> @react-navigation/native/src/createAppContainer on NavigationTestUtils.js (#5266)

* ./src/createNavigationContainer deprecated , so change.

* changelog
This commit is contained in:
Yu Watanabe
2018-11-27 03:07:51 +09:00
committed by Brent Vatne
parent 087831ab71
commit 0641bdd656
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
- fix NavigationTestUtils.js deprecated file import.
- Update `getParam` flow typings to check `key` and `fallback` arguments, as well as return the correct type automatically.
## [2.17.0] - [2018-09-25](https://github.com/react-navigation/react-navigation/releases/tag/2.17.0)

View File

@@ -1,4 +1,4 @@
import { _TESTING_ONLY_reset_container_count } from './src/createNavigationContainer';
import { _TESTING_ONLY_reset_container_count } from '@react-navigation/native/src/createAppContainer';
export default {
resetInternalState: () => {