1.0.1 • Published 6 years ago
react-native-aloha-test v1.0.1
react-native-aloha-test
Getting started
$ npm install react-native-aloha-test --save
Mostly automatic installation
$ react-native link react-native-aloha-test
Usage
import AlohaTest from 'react-native-aloha-test';
AlohaTest.sampleMethod('Testing', 123, (message) => {
this.setState({
status: 'native callback received',
message
});
});