1.7.0 • Published 2 years ago

leap-react-native-test-1 v1.7.0

Weekly downloads
-
License
-
Repository
-
Last release
2 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'),
		})()
	}

}
1.7.0

2 years ago

1.6.0

2 years ago

1.4.3

2 years ago

1.5.0

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago