We want to type setParams correctly for both the specific-screen and any-screen-on-a-navigator case. As a result, the type of setParams is incompatible between the two.
Depends on D5403
Paths
| Differential D5404 Authored by ashoat on Oct 20 2022, 6:13 AM.
Details Summary We want to type setParams correctly for both the specific-screen and any-screen-on-a-navigator case. As a result, the type of setParams is incompatible between the two. Depends on D5403 Test Plan Flow + ran the app on my phone and played around with it
Diff Detail
Event TimelineHerald added a subscriber: • abosh. · View Herald TranscriptOct 20 2022, 6:13 AM2022-10-20 06:13:24 (UTC-7) Harbormaster completed remote builds in B12891: Diff 17682.Oct 20 2022, 6:37 AM2022-10-20 06:37:58 (UTC-7) This revision is now accepted and ready to land.Oct 20 2022, 9:57 AM2022-10-20 09:57:01 (UTC-7) Closed by commit rCOMM9bc3e56ac088: [native] [11/34] ReactNav6: separate DrawerNavigationProp from… (authored by ashoat). · Explain WhyOct 20 2022, 1:47 PM2022-10-20 13:47:26 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 17767 native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js
native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js
native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js
native/flow-typed/npm/@react-navigation/native_v5.x.x.js
|
Then why are we keeping styles like border and border-radius?
Don't these styles also affect the <textarea> tag? Are you sure we want to be removing these styles for that as well? Or should we break this into two separate selectors (one for input and another for textarea)?