leap-react-native

2.0.7 • Public • Published

leap-react-native

Getting started

$ npm install leap-react-native --save

Initialisation

To initialize Leap add the following inside componentDidMount() {} in your App.js


import LeapReactNative from 'leap-react-native'

export class App extends React.Component {

	componentDidMount() {
		Platform.select({
			android: () => LeapReactNative.start('ANDROID_API_KEY'),
		})()
	}

}

Readme

Keywords

Package Sidebar

Install

npm i leap-react-native

Weekly Downloads

29

Version

2.0.7

License

none

Unpacked Size

97.7 kB

Total Files

34

Last publish

Collaborators

  • jiny_dev
  • ashish-whatfix
  • aravind-whatfix
  • wfx_arnold_laishram
  • kathir-whatfix