aff-auth-sdk-react-native
v1.6.2
Published
If using yarn:
Downloads
9
Maintainers
Readme
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>