0.0.4 • Published 5 years ago

photo-sdk v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

photo-sdk

Install

yarn add photo-sdk

or

npm install photo-sdk

Usage in web

import sdk, { launch, stop, init, } from 'photo-sdk'

sdk.init('api_key') // or init('api_key)
sdk.launch() // or launch()
sdk.stop() // or stop()

Usage with react-native

import sdk, { launch, stop, init, withPhoto } from 'photo-sdk'

//......

AppRegistry.registerComponent(appName, () => withPhoto()(Root))

//......

sdk.init('api_key') // or init('api_key)
sdk.launch() // or launch()
sdk.stop() // or stop()
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago