react-native-includable

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i react-native-includable

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

14.2 kB

Total Files

10

Last publish

Collaborators

  • tschoffelen