Skip to content

Commit 4b99cb5

Browse files
DenianFossattiMinaSamir11
authored andcommitted
fix: change import method for RCTBridgeModule.h (MinaSamir11#107)
1 parent 235100f commit 4b99cb5

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed
-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
#if __has_include("RCTBridgeModule.h")
2-
#import "RCTBridgeModule.h"
3-
#else
41
#import <React/RCTBridgeModule.h>
5-
#endif

ios/RNInAppReviewIOS.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import <Foundation/Foundation.h>
22
#import <StoreKit/SKStoreReviewController.h>
33
#import <UIKit/UIKit.h>
4-
#import "RCTBridgeModule.h"
4+
#import <React/RCTBridgeModule.h>
55

66
@interface RCT_EXTERN_MODULE(RNInAppReviewIOS, NSObject)
77

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-in-app-review",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"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.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)