[screen-orientation][ios] Fix config plugin deleting the EXDefaultScreenOrientationMask key from Info.plist (#23637)# Why https://github.com/expo/expo/issues/23141 When the `initialOrientation`
[screen-orientation][ios] Fix config plugin deleting the EXDefaultScreenOrientationMask key from Info.plist (#23637)# Why https://github.com/expo/expo/issues/23141 When the `initialOrientation` value was set to `"DEFAULT"` the config plugin would delete the `EXDefaultScreenOrientationMask` key from `Info.plist`. # How Made the config plugin delete the key only if it isn't not configured # Test Plan Tested on iOS 16 simulator --------- Co-authored-by: Expo Bot <[email protected]>
show more ...
[jest] Update mocks and fix all related sdk checks failures
Publish packages[email protected][email protected][email protected][email protected][email protected][email protected][email protected]@
Publish packages[email protected][email protected][email protected][email protected][email protected][email protected][email protected]@expo/[email protected][email protected][email protected][email protected][email protected]
chore(expo-module-scripts): bump config plugins to Node 14 (#18204)* chore: bump plugins to node 14 * chore: recompile with Node 14 * chore: changelog
[screen-orientation] Integrate ExpoReactDelegateHandler to support auto setup on iOS (#15140)# Why saving expo-screen-orientation from [config-plugins dangerous mod](https://github.com/expo/expo
[screen-orientation] Integrate ExpoReactDelegateHandler to support auto setup on iOS (#15140)# Why saving expo-screen-orientation from [config-plugins dangerous mod](https://github.com/expo/expo/blob/a3f4993b085cdde19981e6240342df5368c0b507/packages/expo-screen-orientation/plugin/src/withScreenOrientation.ts). also saving from the tricky workaround for expo-updates on sdk-43: #15100 close ENG-2443 # How - integrate with `ExpoReactDelegateHandler` - Introduce `initDefaultScreenOrientationFromPlist` and update config-plugin to mutate plist value instead of dangerous mod. # Test Plan bare-expo + NCL Co-authored-by: Evan Bacon <[email protected]>
[packages] Commit rebuilt packages
[firebase-core][screen-orientation][autolinking] Fix check-packages (#13265)
[sdk] convert plugins to typescript (#11715)* Converted plugins to TypeScript * Built packages * Updated CHANGELOGs