Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3353766
D12192.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
790 B
Referenced Files
None
Subscribers
None
D12192.diff
View Options
diff --git a/native/account/logged-out-modal.react.js b/native/account/logged-out-modal.react.js
--- a/native/account/logged-out-modal.react.js
+++ b/native/account/logged-out-modal.react.js
@@ -213,11 +213,6 @@
},
};
-type Props = {
- +navigation: RootNavigationProp<'LoggedOutModal'>,
- +route: NavigationRoute<'LoggedOutModal'>,
-};
-
const isForegroundSelector = createIsForegroundSelector(
LoggedOutModalRouteName,
);
@@ -237,6 +232,10 @@
+nextMode: LoggedOutMode,
};
+type Props = {
+ +navigation: RootNavigationProp<'LoggedOutModal'>,
+ +route: NavigationRoute<'LoggedOutModal'>,
+};
const ConnectedLoggedOutModal: React.ComponentType<Props> = React.memo<Props>(
function ConnectedLoggedOutModal(props: Props) {
const mountedRef = React.useRef(false);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 11:17 AM (19 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2575151
Default Alt Text
D12192.diff (790 B)
Attached To
Mode
D12192: [native] Move LoggedOutModal Props to directly above component
Attached
Detach File
Event Timeline
Log In to Comment