React Native project
-
A Bitcoin Position
-
positions are individual records of each Bitcoin purchase you have made.
-
all records are stored unencrypted, inside local device storage (asynce storage).
-
The goal of ledger max is to give you a more complete perspective on the performance of your Bitcoin.
-
Ledger Max does not aim to store any Bitcoin it is purly a tool to help you manange it.
Install dependencies
yarn install
cd ios && pod install && cd ..
Run the project
react-native run-ios
react-native run-android
There seems to be an issue with the debug keystore generation when running react-native run-android, if you get the error "Keystore file '/Project-Folder/android/app/debug.keystore' not found for signing config 'debug'"
download the original keystore
file from the official template and put it in android/app
.
See this issue for more information.