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