fix(app-rate): change openStoreInApp to inAppReview (#2097)

This commit is contained in:
jdgeier 2017-12-01 20:57:29 -07:00 committed by Ibby Hadeed
parent 8b78644680
commit d95ae68c9c

View File

@ -31,7 +31,7 @@ export interface AppRatePreferences {
/**
* leave app or no when application page opened in app store (now supported only for iOS). Defaults to `false`
*/
openStoreInApp?: boolean;
inAppReview?: boolean;
/**
* use custom view for rate dialog. Defaults to `false`