1.6.2 • Published 1 year ago

aff-auth-sdk-react-native v1.6.2

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

Installation

If using yarn:

yarn add aff-auth-sdk-react-native

If using npm:

npm i aff-auth-sdk-react-native

Usage

import { MyWebComponent } from 'aff-auth-sdk-react-native';

Simply place a <MyWebComponent /> tag for each desired step within the <MyWebComponent /> wrapper.

<View style={{flex: 1}}>
    <MyWebComponent>
</View>