sdk for newme apis
npm install react-native-newme-sdk
import { getCategories } from 'react-native-newme-sdk';
// ...
const result = await getCategories();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library