UNPKG

202 BJavaScriptView Raw
1import { _TESTING_ONLY_reset_container_count } from '@react-navigation/native/src/createAppContainer';
2
3export default {
4 resetInternalState: () => {
5 _TESTING_ONLY_reset_container_count();
6 },
7};