react-native-orientation icon indicating copy to clipboard operation
react-native-orientation copied to clipboard

Support iOS app extensions

Open chrisbianca opened this issue 8 years ago • 3 comments

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 avatar Oct 13 '17 10:10 chrisbianca

@chrisbianca can you point me to some of the PRs / discussions around this in other React libs?

andrerfneves avatar Oct 13 '17 13:10 andrerfneves

@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

chrisbianca avatar Oct 13 '17 13:10 chrisbianca

Is there anything holding up this PR?

danny-does-stuff avatar Mar 14 '19 14:03 danny-does-stuff