Review frequency

This commit is contained in:
Mo Bitar
2019-05-12 16:08:20 -05:00
parent 119731984a
commit e1d0c4e182

View File

@@ -2,7 +2,7 @@ import {Platform} from 'react-native';
import * as StoreReview from 'react-native-store-review';
import Storage from "./sfjs/storageManager";
let NumRunsBeforeAskingForReview = [18, 65, 120]
let NumRunsBeforeAskingForReview = [18, 45, 105]
export default class ReviewManager {