Fabrice Pomata
Fabrice Pomata
I'm having the same problem, tried bundle install but it is not fixing it, if anyone has a clue
I double checked that I disabled both hermes and fabric in my podfile: ``` :hermes_enabled => false, :fabric_enabled => false, ``` so I dont know why turbomodules would be imported...
here is my podfile ``` $RNFirebaseAsStaticFramework = true # Resolve react_native_pods.rb with node to allow for hoisting require Pod::Executable.execute_command('node', ['-p', 'require.resolve( "react-native/scripts/react_native_pods.rb", {paths: [process.argv[1]]}, )', __dir__]).strip platform :ios, min_ios_version_supported prepare_react_native_project!...
1. I'll look into that but not sure what part we're talking about exactly :) ' 2. I did, I'll post the updated podfile 3. Yes I realised I could...
could it be that the folder structure of our app has an extra folder ? our folder structure is like this: ``` main folder -> front -> src -> ios...
Ok I found the problem, hopefully if someone ends up here this will provide some pointers: the problem came from the RN post install not being run, this part: ```...
anyone knows if this is getting adressed in v0.72 ? On Android I can debug with Hermes enabled, and it is actually a lot better in terms of performance debugging...
Same problem I just spent half a day trying to figure this out. reanimated v2.14.0 react-native v0.70.5 and just using fades: ``` {...} ``` As soon as I hit the...
do you mean 3.0.2 ? I tried to update, but upgrading reanimated breaks the async storage lib apparently, see t[his issue](https://github.com/software-mansion/react-native-reanimated/issues/4267), so I'm stuck, cant use the pre made animations...
> Recently encountered this issue with reanimated v2. I can confirm that with reanimated 3.1.0, @react-navigation/native 6.1.6 and @react-navigation/stack 6.3.16 screens are responsive again. I can't relate to AsyncStorage issue...