Skip to content

Commit

Permalink
chore: use m-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
silentcloud committed Sep 6, 2017
1 parent f45c530 commit 9faf636
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rmc-picker",
"version": "4.0.4",
"version": "5.0.0-alpha.0",
"description": "React Mobile Picker Component(web and react-native)",
"keywords": [
"react",
Expand Down Expand Up @@ -52,8 +52,8 @@
"babel-runtime": "6.x",
"classnames": "2.x",
"create-react-class": "15.x",
"rc-dialog": "^6.4.0",
"rc-touchable": "^1.0.2",
"rmc-dialog": "^0.0.1-alpha.2",
"zscroller": "~0.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/Popup.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
import createClass from 'create-react-class';
import { IPopupPickerProps } from './PopupPickerTypes';
import PopupMixin from './PopupMixin';
import Modal from 'rc-dialog/lib/Modal';
import Modal from 'rmc-dialog/lib/Modal';

const PopupPicker = createClass<IPopupPickerProps, any>({
mixins: [PopupMixin],
Expand Down
2 changes: 1 addition & 1 deletion src/Popup.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import Modal from 'rc-dialog';
import Modal from 'rmc-dialog';
import createClass from 'create-react-class';
import { IPopupPickerProps } from './PopupPickerTypes';
import PopupMixin from './PopupMixin';
Expand Down

0 comments on commit 9faf636

Please sign in to comment.