Skip to content

Commit

Permalink
fix for breaking iOS header change in RN 0.40.0 (#4)
Browse files Browse the repository at this point in the history
* fix for breaking iOS header change in RN 0.40.0

* Update RNVersionNumber.h

Backward compatibility change
  • Loading branch information
CWDN authored and alvaromb committed Mar 14, 2017
1 parent 0247363 commit aaaee4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ios/RNVersionNumber.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

#if __has_include(<React/RCTBridgeModule.h>)
#import <React/RCTBridgeModule.h>
#else
#import "RCTBridgeModule.h"
#endif

@interface RNVersionNumber : NSObject <RCTBridgeModule>

@end


0 comments on commit aaaee4f

Please sign in to comment.