react-native-aloha-test

TODO

Usage no npm install needed!

<script type="module">
  import reactNativeAlohaTest from 'https://cdn.skypack.dev/react-native-aloha-test';
</script>

README

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
      });
    });