react-native-orientation
react-native-orientation copied to clipboard
Support iOS app extensions
Currently apps won't compile if you want to use react-native-orientation in combination with an App Extension.
This change, which was introduced to lots of React core libraries, allows the library to operate within an App Extension.
@chrisbianca can you point me to some of the PRs / discussions around this in other React libs?
@andrerfneves These are a couple of the ones done in React Native: https://github.com/facebook/react-native/pull/1895 https://github.com/facebook/react-native/pull/13227
Is there anything holding up this PR?