0.0.5 • Published 3 years ago

leap-react-native-test v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

leap-aui-react-native

Getting started

$ npm install leap-aui-react-native --save

Initialisation

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

import LeapAUIReactNative from 'leap-aui-react-native';

export class App extends React.Component {

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

}
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago