-
Notifications
You must be signed in to change notification settings - Fork 97
Patches
Tommy Nguyen edited this page Mar 1, 2022
·
19 revisions
Patches, workarounds, and compatibility layers that get applied with React Native Test App since 1.0:
| Description | Platforms | Applies to | Fixed in |
|---|---|---|---|
RCTDevLoadingView doesn't show up with UIScene |
iOS, macOS | <0.63 | 0.63 |
| Images do not render on iOS 14 | iOS, macOS | <0.63.2 | 0.63.2 |
| Mustache template was introduced in react-native-windows 0.63 | Windows | <0.63 | 0.63 |
Mustache template was moved out of @react-native-windows/cli [2] |
Windows | 0.63-0.64 | 0.64 |
RCTRedBox doesn't appear in apps implementing UISceneDelegate |
iOS, macOS | <0.64 | 0.64 |
| Contain use of JCenter to 0.64 and older | Android | <0.65 | 0.65 |
Patch argument type mismatch in cli prior to 6.0 |
Android | <0.66 | 0.66 |
ReactInstanceEventListener was moved out of ReactInstanceManager |
Android | <0.68 | 0.68 |
| Patch for building with Visual Studio 2022 | Windows | <0.68 | 0.68 |
RCTTriggerReloadCommandListeners replaces -[RCTBridge reload] |