react-native-alert-message

TODO

Usage no npm install needed!

<script type="module">
  import reactNativeAlertMessage from 'https://cdn.skypack.dev/react-native-alert-message';
</script>

README

react-native-alert-message

Getting started

$ npm install react-native-alert-message --save

Mostly automatic installation

$ react-native link react-native-alert-message

Usage

import AlertMessage from 'react-native-alert-message';

// TODO: What to do with the module?
AlertMessage;