Skip to content

Commit ed68042

Browse files
committed
Fix naming error
1 parent 502ea21 commit ed68042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ export default {
3131
...rest
3232
};
3333
});
34-
ReactNativeUIAlert.show(config, callback);
34+
ReactNativeAlertView.show(config, callback);
3535
}
3636
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-alert-view",
3-
"version": "0.1.0-alpha.8",
3+
"version": "0.1.0-alpha.9",
44
"description": "An alert view wrapper built on top of native components for iOS and Android with customizable controls for making extremely unique alerts and action sheets.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)