BitcoinReactNative
BitcoinReactNative copied to clipboard
Bitcoin Calculator App written in React Native (available both iOS and Android). Data is pulled from Bitcoin Average.
BitcoinReactNative
Bitcoin Calculator App written in React Native (available both iOS and Android). Data is pulled from Bitcoin Average.
Demo
Screenshots


React and React Native version
Plugins used
- 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 <Slider> 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.
Additional
- eslint: A fully pluggable tool for identifying and reporting on patterns in JavaScript.
Running
Clone & install
- 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 linkto make sure all packages linked
iOS
- Run
react-native run-ios
Android
- Run
android avdand start an emulator - Run
react-native run-android
License
Released under the MIT License.


