dana-react-native
v0.1.0
Published
dana-react-native provides SDK to digital platforms to embed lending services for users and merchants. Dana enables lending partners with lending infrastructure to manage end to end digital lending
Downloads
3
Maintainers
Readme
dana-react-native
dana-react-native provides SDK to digital platforms to embed lending services for users and merchants. Dana enables lending partners with lending infrastructure to manage end to end digital lending
Installation
npm install dana-react-native
Usage
import { initDana } from 'dana-react-native';
const openDana = ()=> {
initDana("your phone number",
"your company key",
{
"your module":[],
}
)
}
// ...
<TouchableOpacity style={styles.btn} onPress={openDana}>
<Text style={{
color:"white",
alignSelf:"center",
justifyContent:"center"
}}>Init Dana</Text>
</TouchableOpacity>
License
MIT
Made with create-react-native-library