We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a85c8e commit 1a5c998Copy full SHA for 1a5c998
lib/Mock/Stores/EventsStore.ts
@@ -16,6 +16,7 @@ export const events = {
16
bottomTabPressed: [(_event: BottomTabPressedEvent) => {}],
17
commandCompleted: [(_event: CommandCompletedEvent) => {}],
18
screenPopped: [(_event: ScreenPoppedEvent) => {}],
19
+
20
invokeComponentWillAppear: (event: ComponentWillAppearEvent) => {
21
events.componentWillAppear &&
22
events.componentWillAppear.forEach((listener) => {
0 commit comments