Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[random] Fix ios build break on sdk 44 #15626

Merged
merged 2 commits into from Dec 18, 2021

Conversation

Kudo
Copy link
Contributor

@Kudo Kudo commented Dec 18, 2021

Why

for #15299, we should strictly import react headers as #import <React/*.h>.

How

remove #import "RCTBridgeModule.h"

Test Plan

expo init sdk44 #select bare
expo install expo-random
patch node_modules/expo-random/ios/EXRandom/EXRandom.h
expo run:ios

Checklist

  • Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md).
  • This diff will work correctly for expo build (eg: updated @expo/xdl).
  • This diff will work correctly for expo prebuild & EAS Build (eg: updated a module plugin).

@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Dec 18, 2021
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Dec 18, 2021
@Kudo Kudo requested a review from brentvatne December 18, 2021 04:25
@Kudo Kudo marked this pull request as ready for review December 18, 2021 04:26
@Kudo Kudo requested a review from EvanBacon as a code owner December 18, 2021 04:26
@brentvatne brentvatne merged commit 6521e31 into master Dec 18, 2021
@brentvatne brentvatne deleted the @kudo/sdk44/expo-random-breaks branch December 18, 2021 05:35
brentvatne pushed a commit that referenced this pull request Dec 18, 2021
* [random] Fix ios build break on sdk 44

* update changelog
NightScript370 added a commit to NightScript370/react-native-call-detection that referenced this pull request Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: passed checks ExpoBot has nothing to complain about
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants