Brady Doll

Results 4 comments of Brady Doll

@henninghall Thanks for hunting down the cause of this. Here is an updated diff that also fixes the left side drawer: ```diff diff --git a/node_modules/@react-navigation/drawer/src/views/modern/Drawer.tsx b/node_modules/@react-navigation/drawer/src/views/modern/Drawer.tsx index 9909e96..a7dd9b7 100644 ---...

I ran into this issue, however for me it was caused by upgrading `metro-react-native-babel-preset` from 0.73.7 to 0.74.0 (with `react-native` 0.70.5 & 0.70.6). Changing it back to 0.73.7 resolved the...

Their updates are in line with semantic versioning. From [https://semver.org](https://semver.org/): > 4. Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD...

I was running into this issue myself when using v7.7.0 with react-native v0.72.15 and this patch resolved the issue. However, when I upgraded react-native to v0.73.9, I need to remove...