mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-23 16:48:22 +00:00
8 lines
186 B
JavaScript
8 lines
186 B
JavaScript
import { _TESTING_ONLY_reset_container_count } from './src/createNavigationContainer';
|
|
|
|
export default {
|
|
resetInternalState: () => {
|
|
_TESTING_ONLY_reset_container_count();
|
|
},
|
|
};
|