Skip to content

Commit 0fe0a25

Browse files
authored
🐛 Fix iOS clang module import for Expo SDK 44 (#33)
1 parent a56d258 commit 0fe0a25

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ios/RNGetRandomValues.h

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#if __has_include("RCTBridgeModule.h")
2-
#import "RCTBridgeModule.h"
3-
#else
41
#import <React/RCTBridgeModule.h>
5-
#endif
62

73
@interface RNGetRandomValues : NSObject <RCTBridgeModule>
84
-(NSString*)getRandomBase64:(NSUInteger)byteLength;

0 commit comments

Comments
 (0)