README
react-native-obdii
Getting started
$ npm install react-native-obdii --save
Mostly automatic installation
$ react-native link react-native-obdii
Usage
import CBObdii from 'react-native-obdii';
// TODO: What to do with the module?
CBObdii;
TODO
<script type="module">
import sohobyReactNativeObdii from 'https://cdn.skypack.dev/sohoby-react-native-obdii';
</script>
$ npm install react-native-obdii --save
$ react-native link react-native-obdii
import CBObdii from 'react-native-obdii';
// TODO: What to do with the module?
CBObdii;