@mayankgarg056/alertdilog

For use custom alert dilog

Usage no npm install needed!

<script type="module">
  import mayankgarg056Alertdilog from 'https://cdn.skypack.dev/@mayankgarg056/alertdilog';
</script>

README

Firstly add this plugin in command prompt npm i @mayankgarg056/alertdilog

After in .js file make this import {NativeModules} from 'react-native'; var customDilog=NativeModules.CustomDialog;

Where you want to access use this line

customDilog.show('How are you');