mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-28 20:35:19 +08:00
Add NavigationTestUtils and release 2.9.3
This commit is contained in:
7
packages/react-navigation/NavigationTestUtils.js
vendored
Normal file
7
packages/react-navigation/NavigationTestUtils.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { _TESTING_ONLY_reset_container_count } from './src/createNavigationContainer';
|
||||
|
||||
export default {
|
||||
resetInternalState: () => {
|
||||
_TESTING_ONLY_reset_container_count();
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user