Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoout committed Jul 13, 2021
1 parent ebdd1ed commit 38c1158
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-rater",
"version": "2.1.2",
"version": "3.0.0",
"description": "Reminds your app's users to review the app through PlayStore or AppStore. Love it, rate it!",
"main": "rater",
"typings": "index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/rater.ios.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {AppRaterBase, AppRaterConfigs, defaultConfigs} from './rater.common';
import {Frame} from 'tns-core-modules/ui/frame';
import {topmost} from 'tns-core-modules/ui/frame';

function currentViewController(): any {
let vc = Frame.topmost().ios.controller;
let vc = topmost().ios.controller;
let page = null;
while (vc.presentedViewController
&& vc.presentedViewController.viewLoaded) {
Expand Down

0 comments on commit 38c1158

Please sign in to comment.