mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-21 07:38:08 +00:00
8 lines
202 B
JavaScript
8 lines
202 B
JavaScript
import { _TESTING_ONLY_reset_container_count } from '@react-navigation/native/src/createAppContainer';
|
|
|
|
export default {
|
|
resetInternalState: () => {
|
|
_TESTING_ONLY_reset_container_count();
|
|
},
|
|
};
|