Skip to content

Commit 7ca97f3

Browse files
committed
Fix syntax error
1 parent 78640ae commit 7ca97f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/RNAlertView/RNAlertView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import <Foundation/Foundation.h>
1010
#import "React/RCTBridgeModule.h"
1111

12-
@import CFAlertViewController
12+
@import CFAlertViewController;
1313

1414
@interface RNAlertView : NSObject <RCTBridgeModule>
1515

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.6",
3+
"version": "0.1.0-alpha.7",
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)