1.0.1 • Published 6 years ago

react-native-includable v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

react-native-includable

Includable SDK with ready-made authentication components for React Native.

Installation

npm i -S react-native-includable         # or yarn add react-native-includable

Usage

Instance setup

import Includable from 'react-native-includable'

const inc = new Includable({
  org: 'mydomain.com',
  basePath: '/myappbasepath/',
  endpoint: 'app.mydomain.com'
})

API calls

The inc.api object is an instance of Frisbee.

const result = await inc.api.get('recipies')
console.log(result.body)

Authors

This library is developed by Includable, a creative app and web platform development agency based in Amsterdam, The Netherlands.