0.1.6 • Published 1 year ago

boompay-react-sdk v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

BoomPay SDK

SDK for integration with Boom.

Usage

import BoomView from 'boompay-react-sdk'

function MyPage () {

    return (
        <BoomView
            color="#E6007E"
            token={token}
        />
    )
}

Props

...

TBD

  • Next.js support
  • react-native-sdk support