0.0.1 • Published 9 months ago

myfood24-react-native-digibete v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

myfood24-digibete

A myfood24 integration with digibete

Installation

npm install myfood24-digibete

add this to your ios podfile

pod 'MyFood24', :git => 'git@github.com:Coherent-Software-myfood24/myfood24-digibete-pod.git', :tag => '0.0.2'

Usage

import { initMyFood24 } from 'myfood24-digibete';

// ...

<Button title="Click Me" onPress={()=>{initMyFood24(api_key)}} />

Currently the test function will provide you with a basic popup that will contain the integration.

If you are having any issues you can refer to the example folder as it contains a working connection of both the iOS and Android integrations.

To setup the example folder run the following in the root of the project (where this file is located)

yarn
yarn example ios

Made with create-react-native-library

0.0.1

9 months ago