diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d6f5237e4..5f54d8ca52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/NavigationTestUtils.js b/NavigationTestUtils.js index 7e6529ce42..9554112e95 100644 --- a/NavigationTestUtils.js +++ b/NavigationTestUtils.js @@ -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: () => {