-
Notifications
You must be signed in to change notification settings - Fork 8
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
React Native 0.73 support #24
Comments
Thanks as always @mozzius! I'll take a look at this today. Looks like other config plugins are seeing the same thing: OneSignal/onesignal-expo-plugin#213 |
Great! I've patched https://github.com/mozzius/graysky/blob/main/patches/react-native%400.73.1.patch |
@mozzius this is looking like a bug in React Native. There are a few issues and PRs related to this, check out Evans comment here facebook/react-native#38086 (comment) I'm gona hold off on a fix for this to see if this is fixed upstream. But if not i'll make a fix |
@mozzius This should be fixed in RN v0.73.3 once released OneSignal/onesignal-expo-plugin#213 (comment) |
Hello. I'm unable to update to Expo 50 due to a problem with the React Native Podfile post-install hook.
Seems it tries to find all
Info.plist
files using this code:However, printing all the paths for these files shows this:
Since these extension files don't have the correct paths (specifically the
Info.plist
file), when it tries to open/ios/Info.plist
it breaks.The text was updated successfully, but these errors were encountered: