diff --git a/Example/ios/Podfile b/Example/ios/Podfile index 5b0cf9f..fdb953f 100644 --- a/Example/ios/Podfile +++ b/Example/ios/Podfile @@ -1,7 +1,7 @@ require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' -platform :ios, '10.0' +platform :ios, '11.0' target 'InAppReview' do config = use_native_modules! diff --git a/package.json b/package.json index 03d8924..b47906e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-in-app-review", - "version": "3.2.3", + "version": "3.3.1", "description": "react native in app review, to rate on Play store, App Store, Generally, the in-app review flow (see figure 1 for play store, figure 2 for ios) can be triggered at any time throughout the user journey of your app. During the flow, the user has the ability to rate your app using the 1 to 5 star system and to add an optional comment for play store only. Once submitted, the review is sent to the Play Store or App store and eventually displayed.", "main": "index.js", "scripts": {