https://github.com/edgeapp/airbitz-cli-react-native
https://github.com/edgeapp/airbitz-cli-react-native
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edgeapp/airbitz-cli-react-native
- Owner: EdgeApp
- Created: 2017-07-07T15:38:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T22:47:07.000Z (almost 9 years ago)
- Last Synced: 2025-04-21T08:13:31.217Z (about 1 year ago)
- Language: JavaScript
- Size: 167 KB
- Stars: 1
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# react-native-airbitz-cli
This is a mobile App which allows you to use the Airbitz CLI on your phone. It supports the same commands as the [`airbitz-cli`](https://github.com/Airbitz/airbitz-cli) command-line tool.
## Installing
Just use `npm install` to get the depenencies. The `yarn` tool does not work, due to bugs in the way it handles git dependencies.
npm install
react-native run-android
# or...
react-native run-ios
You must have the package [`react-native-cli`](https://www.npmjs.com/package/react-native-cli) installed globally on your system.
If you are developing on the core, the normal `npm link` technique does not work with React Native. Use the `copy-core.sh` script provided in this repo instead.