1.0.4 • Published 1 year ago

react-native-kredmint v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

React Native SDK of Kredmint

Installation

With expo

  npm i react-native-kredmint

With CLI

  npm i react-native-kredmint @react-native-async-storage/async-storage react-native-webview

Usage/Examples

import { StyleSheet, Text, View, SafeAreaView } from "react-native";
import React from "react";
import RnKredmint from "react-native-kredmint";

export default function App() {
  return (
    <SafeAreaView style={{ flex: 1 }}>
      <RnKredmint
        username={"Number"}
        page={"profile"} // profile & payment
        environments={"sandbox"} // sandbox & production
        source={"source"} //BNPL
        invoiceNumber={""}
        paymentDate={0}
        amount={0}
      />
    </SafeAreaView>
  );
}

const styles = StyleSheet.create({});
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago