react-native-orientation-director 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,7 +126,7 @@ RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD(isLocked)
126
126
  #ifdef RCT_NEW_ARCH_ENABLED
127
127
  - (void)resetSupportedInterfaceOrientations
128
128
  #else
129
- RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD(resetSupportedInterfaceOrientations)
129
+ RCT_EXPORT_METHOD(resetSupportedInterfaceOrientations)
130
130
  #endif
131
131
  {
132
132
  dispatch_async(dispatch_get_main_queue(), ^{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-orientation-director",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A Modern React Native library that allows you to access orientation",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",