-
Notifications
You must be signed in to change notification settings - Fork 55
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
The use of use_frameworks!
#252
Comments
Also running into an issue trying to use Reanimated 2 (seemingly related to use_frameworks), |
Looks like the Reanimated issue might be resolvable with Reanimated where they mention AppDelegate.m/.h weren't updated with changes match the latest react-native default starter project, would it be possible to get those AppDelegate changes ( mostly related to |
Hi everyone, is the use of As far as the |
In our upcoming version of Mobile SDK (10.2), we are no longer using use_frameworks in our template app pod files. |
Fantastic, thanks for the update @wmathurin |
This might be more of a question for the https://github.com/forcedotcom/SalesforceMobileSDK-iOS project but posting here because it affects React Native in particular.
Is there a reason we need to use
use_frameworks!
in thePodfile
/ is there any way to avoid having to do this?I think back in 8.3 we could modify an import or two and remove
use_frameworks!
with no ill effects. With 9.2 it just causes a long string of errors that I haven't been able to resolve.With the way the React Native ecosystem is heading it seems to be frowned upon to use
use_frameworks!
and it's actually totally broken if trying to use Hermes or Flipper.We're between a rock and a hard place at the moment because with the React Native 0.66 upgrade we also needed to upgrade React Native Reanimated to version 2, which uses turbomodules and therefore crashes if we try to use chrome debugger on Android. But we can't switch to Hermes which would allow direct debugging via Flipper because we can't enabled either Hermes or Flipper without getting build errors (cause by use_frameworks) on iOS.
Related reading:
facebook/react-native#32451
facebook/hermes#548
react-native-community/discussions-and-proposals#206
software-mansion/react-native-reanimated#1663 (comment)
The text was updated successfully, but these errors were encountered: