This is a thenewboston SDK integration sample template with react native.
There are some minor getting started issues with the mobile wallet (as of 03-September-2021) which blocks development.
Note: This repo is a work in progress. (proof-of-concept)
View docs milestones for specific features that are done + changelog
/docs
/milestones
01.md
Yarn
yarn install
yarn start
NOTE: You'll need to setup your apple developer / development team for ios to run. This SO thread will get you started on adding that credential in Xcode
Alternatively if already know your cert id, you can place it in within xcodeproj
.
DEVELOPMENT_TEAM = "";
npx pod-install
yarn start
yarn ios --simulator="iPhone 12"
To Build Android
yarn android
To Android (mac)
yarn android-clean
git clone [email protected]:wakawakathedev/tnbc_mobile_template.git
cd tnbc_mobile_template
npx react-native-rename "<YOUR_PROJECT_NAME>"
I've included the npm command yarn android-clean
but this currently would only work on mac.
You can use npx react-native-clean-project
to do a clean setup.
MIT
wakawakathedev