Giter Site home page Giter Site logo

vanilluis / payment-authorization-flow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simonedavico/payment-authorization-flow

0.0 0.0 0.0 161 KB

Implementation of a payment authorisation flow for a banking app with React Native, React Navigation and XState. https://medium.com/welld-tech/untangle-complex-flows-in-your-react-native-app-with-xstate-1b11d0b8a91f

JavaScript 100.00%

payment-authorization-flow's Introduction

Payment Authorization flow with XState and React Native

This repository implements an example payment authorization flow for a banking app implemented with React Native, React Navigation and XState.

It is provided as example to this series of blog posts.

N.B: this is not production ready! It is just meant as an example of how to integrate XState and React Native/React Navigation.

Project Structure

The project is an Expo Managed project initialised with the Expo CLI. These are the main files/directories:

components/
paymentauthorization/
    screens/
    machine.js
    ...
App.js
  • components/: components reused across multiple screens;
  • paymentauthorization/: payment authorization flow implementation;
  • paymentauthorization/screens/: payment authorization flow screens;
  • paymentauthorization/machine.js: XState state machine implementation;
  • App.js: main App file

Building and running the app

Refer to the instructions for managed workflow in the Expo docs.

  • Run on Android emulator: npm run android
  • Run on iOS simulator: npm run ios

Alternatively, you can simply try it on this Expo Snack. Note that LocalAuthentication is unavailable in Snack, so the biometrics enrollment check is stubbed out to always return true.

Notes

  • On Android, you would probably want to disable the back hardware button for some screens of the flow.

payment-authorization-flow's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.