https://github.com/bithyve/hexa-pay
https://github.com/bithyve/hexa-pay
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bithyve/hexa-pay
- Owner: bithyve
- Created: 2022-03-08T07:29:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T15:04:37.000Z (about 4 years ago)
- Last Synced: 2025-02-24T04:43:04.500Z (over 1 year ago)
- Language: TypeScript
- Size: 11.4 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hexa pay Initialisation
Initialise with Yarn
```yarn install```
Pod install inside the IOS folder if you are using Mac:
``` cd ios ```
``` pod install ```
``` cd .. ```
### Start development in your emulators:
Android: ```npx react-native run-android```
Ios: ```npx react-native run-ios```