Skip to content

Commit 1ec512e

Browse files
committed
feat: support visionOS
1 parent 72d1f80 commit 1ec512e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nativescript-in-app-review/index.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let nscAppStore: NSCAppStore;
55

66
export class InAppReview extends InAppReviewCommon {
77
static requestReviewPopup() {
8-
if (Utils.SDK_VERSION >= 17) {
8+
if (Utils.SDK_VERSION >= 17 || __VISIONOS__) {
99
if (!nscAppStore) {
1010
nscAppStore = NSCAppStore.new();
1111
}

0 commit comments

Comments
 (0)