Skip to content

Commit

Permalink
upgrade rn0.40+
Browse files Browse the repository at this point in the history
  • Loading branch information
simman committed May 5, 2017
1 parent d9add7b commit 2ff3a02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ios/RNKitAlertView.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
//


#import "RCTEventEmitter.h"
#import "RCTBridge.h"
#import <React/RCTEventEmitter.h>
#import <React/RCTBridge.h>

@interface RNKitAlertView : RCTEventEmitter <RCTBridgeModule>

Expand Down
8 changes: 4 additions & 4 deletions ios/RNKitAlertView.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

#import "RNKitAlertView.h"

#import "RCTConvert.h"
#import "RCTLog.h"
#import "RCTUtils.h"
#import "RCTEventDispatcher.h"
#import <React/RCTConvert.h>
#import <React/RCTLog.h>
#import <React/RCTUtils.h>
#import <React/RCTEventDispatcher.h>

#import "Masonry.h"
#import "MMPopupItem.h"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Native Alert View component for iOS + Android",
"main": "index.js",
"author": "SimMan <liwei0990@gmail.com>",
"version": "0.0.3",
"version": "0.1.0",
"homepage": "https://github.com/rnkit/rnkit-alert-view",
"bugs": "https://github.com/rnkit/rnkit-alert-view/issues",
"repository": {
Expand All @@ -22,7 +22,7 @@
],
"peerDependencies": {
"react": ">=15.3.1",
"react-native": ">=0.28"
"react-native": ">=0.40"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
Expand Down

0 comments on commit 2ff3a02

Please sign in to comment.