-
Notifications
You must be signed in to change notification settings - Fork 0
Home
PJ edited this page Nov 12, 2015
·
12 revisions
- Screen component js files are in
components/screens/***Screen.js
- All screens should be registered in
Routes.js
atgetRegisteredRoutes()
to be rendered. - All screen react classes should use
ScreenMixin
- Main
- First screen of the app
- Offers
- Card component js files are in
components/cards/***.js
- All cards should be registered in
CardRouter.js
atregisteredCards
to be rendered.
- Offer
- CurrencySelect
- Explanation
- CurrencyAmountSelect
- LocationSelect
- ExpireDateSelect
- CurrencyAmount
- User
- Location
- ExpireDate
- OfferSummary
- MessageThread
- Message
- Popup