0.1.0 • Published 2 years ago

dana-react-native v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.1.0

2 years ago