react-native-rxdialog

React Native RXDialog for IOS & Android & windows.

Usage no npm install needed!

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

README

react-native-rxdialog

Getting started

$ npm install react-native-rxdialog --save

support for custom UI(View)

example : -> https://github.com/RXReactNative/react-native-rxdialog-example


演示 web / show web https://rxreactnative.github.io/react-native-rxdialog-example/



框架默认支持

srxboys srxboys

二次开发 demo ( rxdialog-example )

srxboys srxboys srxboys



Usage

import {
  RXDialogTopView,
  
  RXAlert,

  RXDialog,

  RXAnimation,
  RXAlertAnimation,
  RXFadeAnimation,
  RXScaleAnimation,
  RXSlideAnimation,

  PlatformType,
  DeviceWidth,
  DeviceHeight,

  ISIphone,
  ISIphoneX,
  ISAndroid,

  IFIphone,
  IFIphoneX,
} from 'react-native-rxdialog';

// TODO: What to do with the Dialog?
RXDialog;
RXDialogTopView;
RXAnimation;