aff-auth-sdk-react-native
v1.6.2
Published
If using yarn:
Maintainers
Readme
Installation
If using yarn:
yarn add aff-auth-sdk-react-nativeIf using npm:
npm i aff-auth-sdk-react-nativeUsage
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>