digikhata-mashreq-sdk
v1.1.3
Published
An SDK to seamlessly integrate the DigiKhata mobile application inside the Mashreq App. This package provides ready-to-use methods, utilities, and components to enable smooth embedding, communication, and interaction between DigiKhata and Mashreq’s ecosys
Readme
digikhata-mashreq-sdk
An SDK to seamlessly integrate the DigiKhata mobile application inside the Mashreq App. This package provides ready-to-use methods, utilities, and components to enable smooth embedding, communication, and interaction between DigiKhata and Mashreq’s ecosystem, ensuring a unified user experience with minimal development effort.
Installation
npm install digikhata-mashreq-sdkUsage
import DigiKhata from 'digikhata-mashreq-sdk';
// ...
import DigiKhata from 'digikhata-mashreq-sdk';
export default function App() {
return (
<DigiKhata />
);
}Contributing
License
MIT
Made with create-react-native-library
