File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ module type NavigatorModule = {
108
108
~navigationKey : string = ?,
109
109
~options : screenOptionsParams => options = ?,
110
110
~initialParams : 'params = ?,
111
- ~getId : getIdOptions = ?,
111
+ ~getId : getIdOptions => option < string > = ?,
112
112
~component : React .component <screenProps >= ?,
113
113
~getComponent : unit => React .component <screenProps >= ?,
114
114
~children : screenProps => React .element = ?,
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ module type NavigatorModule = {
116
116
~navigationKey : string = ?,
117
117
~options : screenOptionsParams => options = ?,
118
118
~initialParams : 'params = ?,
119
- ~getId : getIdOptions = ?,
119
+ ~getId : getIdOptions => option < string > = ?,
120
120
~component : React .component <screenProps >= ?,
121
121
~getComponent : unit => React .component <screenProps >= ?,
122
122
~children : screenProps => React .element = ?,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ module type NavigatorModule = {
51
51
~navigationKey : string = ?,
52
52
~options : screenOptionsParams => options = ?,
53
53
~initialParams : 'params = ?,
54
- ~getId : getIdOptions = ?,
54
+ ~getId : getIdOptions => option < string > = ?,
55
55
~component : React .component <screenProps >= ?,
56
56
~getComponent : unit => React .component <screenProps >= ?,
57
57
~children : screenProps => React .element = ?,
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ module type NavigatorModule = {
101
101
~navigationKey : string = ?,
102
102
~options : screenOptionsParams => options = ?,
103
103
~initialParams : 'params = ?,
104
- ~getId : getIdOptions = ?,
104
+ ~getId : getIdOptions => option < string > = ?,
105
105
~component : React .component <screenProps >= ?,
106
106
~getComponent : unit => React .component <screenProps >= ?,
107
107
~children : screenProps => React .element = ?,
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ module type NavigatorModule = {
190
190
~navigationKey : string = ?,
191
191
~options : screenOptionsParams => options = ?,
192
192
~initialParams : 'params = ?,
193
- ~getId : getIdOptions = ?,
193
+ ~getId : getIdOptions => option < string > = ?,
194
194
~component : React .component <screenProps >= ?,
195
195
~getComponent : unit => React .component <screenProps >= ?,
196
196
~children : screenProps => React .element = ?,
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ module type NavigatorModule = {
174
174
~navigationKey : string = ?,
175
175
~options : screenOptionsParams => options = ?,
176
176
~initialParams : 'params = ?,
177
- ~getId : getIdOptions = ?,
177
+ ~getId : getIdOptions => option < string > = ?,
178
178
~component : React .component <screenProps >= ?,
179
179
~getComponent : unit => React .component <screenProps >= ?,
180
180
~children : screenProps => React .element = ?,
You can’t perform that action at this time.
0 commit comments