fix(mobile): show premium modal on iOS

This commit is contained in:
Mo
2022-11-15 09:29:59 -06:00
parent d65abb9a49
commit e962e9c745
9 changed files with 69 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ import { UpgradePrompt } from './Subviews/UpgradePrompt'
type Props = {
application: WebApplication
featureName: FeatureName | string
featureName?: FeatureName | string
hasSubscription: boolean
hasAccount: boolean
onClose: () => void