Skip to content

Commit

Permalink
[random] Fix ios build break on sdk 44 (#15626)
Browse files Browse the repository at this point in the history
* [random] Fix ios build break on sdk 44

* update changelog
  • Loading branch information
Kudo authored and brentvatne committed Dec 18, 2021
1 parent 2a67e6d commit 8ca47af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions packages/expo-random/CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@

### 🐛 Bug fixes

- Fix iOS project build break on SDK 44. ([#15626](https://github.com/expo/expo/pull/15626) by [@kudo](https://github.com/kudo))

### 💡 Others

## 12.1.0 — 2021-12-03
Expand Down
4 changes: 0 additions & 4 deletions packages/expo-random/ios/EXRandom/EXRandom.h
@@ -1,8 +1,4 @@
#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#else
#import <React/RCTBridgeModule.h>
#endif

@interface EXRandom : NSObject <RCTBridgeModule>

Expand Down

0 comments on commit 8ca47af

Please sign in to comment.