Page MenuHomePhorge

D5499.1768807257.diff
No OneTemporary

Size
436 B
Referenced Files
None
Subscribers
None

D5499.1768807257.diff

diff --git a/native/staff/staff-context.js b/native/staff/staff-context.js
new file mode 100644
--- /dev/null
+++ b/native/staff/staff-context.js
@@ -0,0 +1,13 @@
+// @flow
+
+import * as React from 'react';
+
+export type StaffContextType = {
+ +staffUserHasBeenLoggedIn: boolean,
+};
+
+const StaffContext: React.Context<StaffContextType> = React.createContext({
+ staffUserHasBeenLoggedIn: false,
+});
+
+export { StaffContext };

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 19, 7:20 AM (20 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5955147
Default Alt Text
D5499.1768807257.diff (436 B)

Event Timeline