Skip to content

RizeFinance/prototype-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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__

Rize Prototype UI

Warning!

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?

Prerequisites

Recommeded Tools

Installing Expo CLI

This boilerplate requires specifically the 3.27.8 version of the Expo CLI in order for it to run properly.

  1. If you have Expo CLI already installed, check the version by running expo --version
  2. If you have a different version installed, uninstall it first by running npm uninstall -g expo-cli
  3. Install the 3.27.8 version by running npm install -g expo-cli@3.27.8

Logging into the GitHub Package Registry

  1. Run npm login --scope=@rizefinance --registry=https://npm.pkg.github.com
  2. Input your GitHub Username.
  3. For the Password, input your GitHub Personal Access Token. Your token should have the following scopes/permissions: repo, read:packages
  4. 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)

Running the App

  1. Clone or fork the RizeFinance/compliance-demo-ui repository on your machine

  2. Log in to GitHub Package Registry

  3. If working locally, please spin up an application via the CLI tool

  4. Run yarn to install the dependencies

  5. 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.

  6. Run one of the following:

    1. For Web (Currently supported and tested):

      yarn web
      
    2. For iOS (Make sure you have XCode and iOS Simulator installed, not supported/tested):

      yarn ios
      
    3. For android (Make sure you have an Android Emulator installed, not supported/tested):

      yarn android
      

Troubleshooting

  • 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 CLI 3.27.8 coming from another version, delete the .expo folder in the project directory