forked from wahello/peerio-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move iap info out of modal (#383)
* WIP: swiper * WIP: buttons * WIP: text * WIP: caps * WIP: first screen * WIP: remove unused * WIP: details page * WIP: swiper * WIP: remove old files * WIP: new mock upgrade * WIP: new screen * fix: add back icon * WIP: plans * fix: lint * WIP: wire buttons * fix: style * fix: hide tabs * fix: remove trial * fix: open link for manage subscription * fix: Mc links * fix: lint * fix: remove whitespace
- Loading branch information
1 parent
d0b28a3
commit c1d368c
Showing
21 changed files
with
470 additions
and
473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
import React, { Component } from 'react'; | ||
import { observer } from 'mobx-react/native'; | ||
import ModalLayout from '../layout/modal-layout'; | ||
import routerModal from '../routes/router-modal'; | ||
import AccountUpgradeOffer from '../settings/account-upgrade-offer'; | ||
|
||
@observer | ||
export default class MockUpgrade extends Component { | ||
componentDidMount() { | ||
setTimeout(() => routerModal.accountUpgradeSwiper(), 500); | ||
} | ||
|
||
render() { | ||
return <ModalLayout />; | ||
return <AccountUpgradeOffer />; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.