See context on this Linear issue and this React Native GitHub issue. The original fix comes from here, but in React Native 0.70 that style prop gets deprecated, so this additional hack is necessary.
Details
Details
Compiled Android release build on physical Android 13 device
before | action |
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- ashoat/feature
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
patches/react-native+0.70.6.patch | ||
---|---|---|
32–38 ↗ | (On Diff #20647) | Is verticallyInverted now defined twice? |
patches/react-native+0.70.6.patch | ||
---|---|---|
32–38 ↗ | (On Diff #20647) | Ah yeah, sorry. I'll remove the first instance |
Comment Actions
In the future, if the deprecated style prop was removed, we might consider switching to @shopify/flash-list. Created ENG-2667 to discuss it.