-
Notifications
You must be signed in to change notification settings - Fork 94
Patches
Tommy Nguyen edited this page Mar 24, 2022
·
18 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 | <0.63 | 0.63 |
Images do not render on iOS 14 | iOS | <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 | <0.64 | 0.64 |
InstanceLoaded() was added in react-native-windows 0.64 [2] [3] |
Windows | <0.64 | 0.64 |
JavaScriptMainModuleName is deprecated |
Windows | <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] |