Farhan
Farhan
@xmafias, I am trying to do the same but dunno how. did you manage to do it?
@Fedorrychkov , I just had this issue now and fixed it. can you make sure you are not wrapping importing for the lib in if-else block? Just make sure you...
@AustinZuniga , Add these headers to you `AppDelegate.m` file ``` #import "SDImageCodersManager.h" #import ``` And `[SDImageCodersManager.sharedManager addCoder:SDImageWebPCoder.sharedCoder];` if the below method/function as done by Fedorrychkov ``` - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary...
Hey, I am facing the same issue. Any lucks?
> anyone has solved? This has been resolved here: https://github.com/software-mansion/react-native-reanimated/pull/8754 Try this combination which worked for me: ``` "react-native-reanimated": "^4.2.1", "react-native-worklets": "0.8.0-nightly-20251219-f17ee52ac" ```