react-native-airbitz-io
0.3.1 • Public • Published Airbitz React Native IO depdendencies
This library creates an io
object with all the depenencies needed to run airbitz-core-js
on React Native.
Use it like this:
import { makeContext } from 'airbitz-core-js'
import { makeReactNativeIo } from 'react-native-airbitz-io'
const contextPromise = makeReactNativeIo().then(io => {
return makeContext({
apiKey: '...',
appId: '...',
io
})
})
Note that makeReactNativeIo
calls out to native code, so it returns a Promise
object.
Installing
After adding this library using yarn intall
, use react-native link
to automatically re-configure the native project files.
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
0.3.1 | 0 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
0.3.1 | 0 | |
0.3.0 | 0 | |
Package Sidebar
Install
npm i react-native-airbitz-io
Weekly Downloads
License
SEE LICENSE IN LICENSE