Make financial services simple and accessible. Rize enables fintechs, financial institutions and brands to build across multiple account types with one API. _If you want to join us Check out our open positions__
This application is not a codeless solution for you and your team. Rize uses this app to test and demo new features such as Debit Cards and Brokerage accounts before they get to our clients.
This application requires a server application built by the Rize CLI tool to support it's requests.
This application is supported by Rize in a web environment so you may need to make adjustments for IOS or Android.
Have you watched the "Build a Banking Application In Less Than 30 Minutes" video?
- NodeJS v12 and up
- Check nvm to manage multiple versions of node/npm on your local
- Expo CLI version
3.27.8
- Git
- Have added a registry user account for the GitHub Package registry for the
@rizefinance
scope (more) - Watchman for macOS users
- iOS Simulator (macOS only)
- Android Emulator
- VSCode Editor
- Yarn
- Windows users: PowerShell or Bash via WSL
This boilerplate requires specifically the 3.27.8
version of the Expo CLI in order for it to run properly.
- If you have Expo CLI already installed, check the version by running
expo --version
- If you have a different version installed, uninstall it first by running
npm uninstall -g expo-cli
- Install the
3.27.8
version by runningnpm install -g expo-cli@3.27.8
- Run
npm login --scope=@rizefinance --registry=https://npm.pkg.github.com
- Input your GitHub Username.
- For the Password, input your GitHub Personal Access Token. Your token should have the following scopes/permissions:
repo
,read:packages
- Input the email address that you're using in GitHub.
To confirm you should see the following lines when you run npm config list
@rizefinance:registry = "https://npm.pkg.github.com"
//npm.pkg.github.com/:_authToken = (protected)
-
Clone or fork the RizeFinance/compliance-demo-ui repository on your machine
-
If working locally, please spin up an application via the CLI tool
-
Run
yarn
to install the dependencies -
At the root of the project directory, create a .env file with the following contents:
REACT_NATIVE_API_BASE_URL=http://localhost/api ALLOW_SIGNUP=true DEFAULT_PRODUCT_UID={YOUR_PROGRAMS_DEFAULT_PRODUCT_UID} RIZE_ENV=sandbox DEBIT_CARD_SERVICE_URL=https://web-card-service-sandbox.rizefs.com
Replace the value of
REACT_NATIVE_API_BASE_URL
with the base URL of the middleware API, if you're using a different URL and not local docker. -
Run one of the following:
-
For Web (Currently supported and tested):
yarn web
-
For iOS (Make sure you have XCode and iOS Simulator installed, not supported/tested):
yarn ios
-
For android (Make sure you have an Android Emulator installed, not supported/tested):
yarn android
-
XDLError: ValidationError: "scheme" is not allowed
- If you received this error message, make sure you have the Expo CLI version
3.27.8
installed on your machine. If you recently installed Expo CLI3.27.8
coming from another version, delete the.expo
folder in the project directory
- If you received this error message, make sure you have the Expo CLI version