1.0.8 • Published 2 years ago

react-native-rxdialog v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

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;