Skip to content

Commit 480c9db

Browse files
committed
chore: rename RN file for compatibility
1 parent 58f3130 commit 480c9db

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

examples/react-native/demo.native.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
TouchableHighlight,
66
View,
77
} from 'react-native';
8-
import Dialog from '../../src/Dialog.native';
8+
import Dialog from '../../src/Modal';
99

1010
const styles = StyleSheet.create({
1111
button: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rmc-dialog",
3-
"version": "0.0.1-alpha.1",
3+
"version": "0.0.1-alpha.2",
44
"description": "mobile dialog ui component for react",
55
"keywords": [
66
"react",
File renamed without changes.

0 commit comments

Comments
 (0)