diff --git a/README.md b/README.md index 1a8eb16e89..8455c275e7 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - +

diff --git a/package.json b/package.json index b75bb75229..808deaf132 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "renative", "title": "ReNative", - "version": "0.21.12", + "version": "0.21.14", "codename": "Magic Beans", "keywords": [ "react", diff --git a/projectConfig/plugins.json b/projectConfig/plugins.json index c92e2c15f8..0d09a3e94a 100644 --- a/projectConfig/plugins.json +++ b/projectConfig/plugins.json @@ -1,49 +1,39 @@ { - "plugins": { - "react-native-gesture-handler": { - "version": "github:kmagiera/react-native-gesture-handler", - "ios": { - "podName": "RNGestureHandler", - "path": "node_modules/react-native-gesture-handler" - }, - "android": { - "path": "node_modules/react-native-gesture-handler/android", - "package": "com.swmansion.gesturehandler.react.RNGestureHandlerPackage" - } - }, - "react-native-orientation-locker": { - "version": "1.1.5", - "ios": { - "podName": "react-native-orientation-locker", - "appDelegateImports": [ - "react_native_orientation_locker" - ], - "appDelegateMethods": [ - "func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {", - " return Orientation.getOrientation();", - "}" - ] - }, - "tvos": { - "podName": "react-native-orientation-locker" - }, - "android": { - "package": "org.wonday.orientation.OrientationPackage", - "activityImports": [ - "android.content.res.Configuration" - ], - "activityMethods": [ - "override fun onConfigurationChanged(newConfig:Configuration) {", - " super.onConfigurationChanged(newConfig)", - " val intent = Intent(\"onConfigurationChanged\")", - " intent.putExtra(\"newConfig\", newConfig)", - " this.sendBroadcast(intent)", - "}" - ] - }, - "androidtv": { - "package": "org.wonday.orientation.OrientationPackage" - } + "plugins": { + "react-native-gesture-handler": { + "version": "github:kmagiera/react-native-gesture-handler", + "ios": { + "podName": "RNGestureHandler", + "path": "node_modules/react-native-gesture-handler" + }, + "android": { + "path": "node_modules/react-native-gesture-handler/android", + "package": "com.swmansion.gesturehandler.react.RNGestureHandlerPackage" + } + }, + "react-native-orientation-locker": { + "version": "1.1.5", + "ios": { + "podName": "react-native-orientation-locker", + "appDelegateImports": ["react_native_orientation_locker"], + "appDelegateMethods": [ + "func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {", + " return Orientation.getOrientation();", + "}" + ] + }, + "android": { + "package": "org.wonday.orientation.OrientationPackage", + "activityImports": ["android.content.res.Configuration"], + "activityMethods": [ + "override fun onConfigurationChanged(newConfig:Configuration) {", + " super.onConfigurationChanged(newConfig)", + " val intent = Intent(\"onConfigurationChanged\")", + " intent.putExtra(\"newConfig\", newConfig)", + " this.sendBroadcast(intent)", + "}" + ] + } + } } - } -} \ No newline at end of file +}