appintheair / react-native-buyscreen

Simple promo buy-screen to display in-app products for purchase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native Buyscreen sample

Based on react-native framework (as of 0.21.0) by Facebook.

Customizable buy-screen for displaying products for user to purchase. Have links to native code in order to process transactions and load actual products configuration (e.g. if loaded from backend).

Current version (with real StoreKit integration) will be used in App in the Air.

Components

Was built using framework provided components:

  • Line — simple line
  • Carousel — scroll view which its contents in loop and allows the user to change pages
  • FilledButton — button with round corners
  • HUDActivityIndicator — simple MBProgressHUD-inspired activity indicator

Demo


More on react-native here: http://facebook.github.io/react-native/docs/getting-started.html#content

About

Simple promo buy-screen to display in-app products for purchase

License:MIT License


Languages

Language:JavaScript 55.4%Language:Objective-C 44.6%