Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

AppMonet/AppMonet-React-Native-Sample

Repository files navigation

react-native-appmonet-library

Getting started

Clone this repo and look up for <API_KEY> and replace it with your api key:

Android

iOS

Podfile - make sure you add this on your application Podfile

Mostly automatic installation

$ yarn install

$ cd example && yarn install

IOS

$ cd react-native-app-monet-library/example/ios && pod init

Usage

import AppMonetLibrary from 'react-native-app-monet-library';

AppMonetLibrary.initialize('APPLICATION_ID');