Searched refs:onUnhandledAction (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/expo-router/build/ |
| H A D | ExpoRoot.js | 84 …initialState: store.initialState, linking: store.linking, onUnhandledAction: onUnhandledAction, do… property 90 let onUnhandledAction; variable 92 onUnhandledAction = (action) => { function 126 onUnhandledAction = function () { };
|
| H A D | ExpoRoot.js.map | 1 …onUnhandledAction={onUnhandledAction}\n documentTitle={{\n enabled: false,\n }}>\…
|
| /expo/packages/expo-router/src/ |
| H A D | ExpoRoot.tsx | 90 onUnhandledAction={onUnhandledAction} 101 let onUnhandledAction: (action: NavigationAction) => void; 104 onUnhandledAction = (action: NavigationAction) => { 143 onUnhandledAction = function () {};
|
| /expo/docs/pages/router/migrate/ |
| H A D | from-react-navigation.mdx | 325 #### `onUnhandledAction` 327 …4 screens](/routing/error-handling/#unmatched-routes) in favor of [`onUnhandledAction`](https://re…
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 446 …orwardRef((function(t,o){var u=t.initialState,_=t.onStateChange,I=t.onUnhandledAction,x=t.independ…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 447 …orwardRef((function(t,o){var u=t.initialState,_=t.onStateChange,I=t.onUnhandledAction,x=t.independ…
|