[go][iOS][Android] Upgrade `react-native-view-shot` from `3.1.2` to `3.3.0` (#18050)# Why Closes ENG-5506. # How Run ``` et uvm --module "react-native-view-shot" --commit "v3.3.0" --targ
[go][iOS][Android] Upgrade `react-native-view-shot` from `3.1.2` to `3.3.0` (#18050)# Why Closes ENG-5506. # How Run ``` et uvm --module "react-native-view-shot" --commit "v3.3.0" --target "expo-go" ``` This module is scoped in expo go, so I had to adjust how the module is installed.
show more ...
[xcconfig] Enable GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS in select projects (#12605)
Upgrade vendored modules (#6176)# Why As per the output of `gulp outdated-vendored-modules`: Outdated native modules: - DISMISS @expo/vector-icons: 10.0.0 bundled, latest on NPM is 10.0.6 -
Upgrade vendored modules (#6176)# Why As per the output of `gulp outdated-vendored-modules`: Outdated native modules: - DISMISS @expo/vector-icons: 10.0.0 bundled, latest on NPM is 10.0.6 - DONE @react-native-community/netinfo: 3.2.1 bundled, latest on NPM is 5.0.0-rc.1 - SWIFT-BLOCKED lottie-react-native: 2.6.1 bundled, latest on NPM is 3.2.1 - DONE react-native-branch: 3.1.1 bundled, latest on NPM is 4.2.1 - #6127 react-native-gesture-handler: 1.4.1 bundled, latest on NPM is 1.5.0 - DONE react-native-maps: 0.25.0 bundled, latest on NPM is 0.26.1 - DONE react-native-reanimated: 1.3.0 bundled, latest on NPM is 1.4.0 - WAIT-FOR-STABLE react-native-screens: 1.0.0-alpha.23 bundled, latest on NPM is 2.0.0-alpha.7 - DONE react-native-svg: 9.9.5 bundled, latest on NPM is 9.13.3 - DONE react-native-view-shot: 2.6.0 bundled, latest on NPM is 3.0.2 - DONE react-native-webview: 7.0.5 bundled, latest on NPM is 7.4.3 - #6162 react-native-appearance: 0.1.0 bundled, latest on NPM is 0.2.0-rc.0 - DONE react-native-safe-area-context: 0.5.0 bundled, latest on NPM is 0.6.0 BTW fixes https://github.com/expo/expo/issues/6165. # How Upgraded each module with an `expotools` command, checking after each one that the NCL tests pass. # Test Plan Manual NCL tests were ok.