Bitcoin Calculator App written in React Native (available both iOS and Android). Data is pulled from Bitcoin Average.
- alt - Isomorphic flux implementation.
- moment - Parse, validate, manipulate, and display dates in javascript.
- react-native-admob - A react-native component for Google AdMob banners.
- react-native-device-info - Device Information for React Native iOS and Android.
- react-native-google-analytics-bridge - React Native bridge to the Google Analytics libraries on both iOS and Android.
- react-native-i18n - React Native + i18n.js.
- react-native-keep-awake - Keep the screen from going to sleep. iOS and Android.
- react-native-navbar - Navbar component for React Native.
- react-native-router-flux - React Native Router based on new React Native Navigation API.
- react-native-simple-store - A minimalistic wrapper around React Native's AsyncStorage.
- react-native-slider - A pure JavaScript component for react-native.
- react-native-tableview-simple - Flexible and lightweight React Native component for UITableView made with pure CSS.
- react-native-timer - Manage timers in react-native.
- react-native-vector-icons - 3000 Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full stying.
- eslint: A fully pluggable tool for identifying and reporting on patterns in JavaScript.
- Clone this repo
$ git clone [email protected]:7kfpun/BitcoinReactNative.git
$ cd BitcoinReactNative
- Copy and config the value
$ cp app/config.example.js app/config.js
- Install packages
npm install
- Run
react-native link
to make sure all packages linked
- Run
react-native run-ios
- Run
android avd
and start an emulator - Run
react-native run-android
Released under the MIT License.