teamlaserbeam / FinanceReactNative

iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FinanceReactNative

Dependency Status devDependency Status

iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android). Data is pulled from Yahoo Finance.

Preview Preview

Plugins used

Components used

  • Image - A React component for displaying different types of images, including network images, static resources, temporary local images, and images from local disk, such as the camera roll.
  • ListView - A core component designed for efficient display of vertically scrolling lists of changing data.
  • Navigator - Use Navigator to transition between different scenes in your app.
  • PixelRatio - A class gives access to the device pixel density.
  • Platform
  • StatusBarIOS
  • StyleSheet - A StyleSheet is an abstraction similar to CSS StyleSheets.
  • Text - A React component for displaying text which supports nesting, styling, and touch handling.
  • TextInput - A foundational component for inputting text into the app via a keyboard.
  • ToastAndroid
  • ToolbarAndroid - React component that wraps the Android-only Toolbar widget.
  • TouchableHighlight - A wrapper for making views respond properly to touches.
  • TouchableOpacity - A wrapper for making views respond properly to touches.
  • View - A container that supports layout with flexbox, style, some touch handling, and accessibility controls, and is designed to be nested inside other views and to have 0 to many children of any type.
  • ViewPagerAndroid - Container that allows to flip left and right between child views.
  • WebView

Additional

  • flow: Adds static typing to JavaScript to improve developer productivity and code quality.

Known Issues

  • WebView is not working for Android App

Running

Clone & install

  • Clone this repo git clone git@github.com:7kfpun/FinanceReactNative.git
  • cd FinanceReactNative
  • run npm install

iOS

  • Open Finance.xcodeproj in XCode
  • Press cmd+r to build it

Android

  • Run android avd and start an emulator
  • Run react-native run-android

License

Released under the MIT License.

About

iOS's Stocks App clone written in React Native for demo purpose (available both iOS and Android).

License:MIT License


Languages

Language:JavaScript 89.1%Language:Objective-C 7.5%Language:Java 3.4%