Pedro Almeida

Results 10 comments of Pedro Almeida

I don't know why, but I had some problems with `react-native-reanimated: 2.7.1` when I installed in a simple project with some drawer navigation that uses `expo: 50.0.8` and `react-native: 0.73.4`...

Having the same issue after upgrading an expo project from SDK50 to 51. Also, in a fresh new project using SDK 51, switching between tabs closes Expo Go

Thank you @alfjesus , I remember reading about that issue but I totally forgot about the workaround , my bad.

I'm facing the same problem. But I started a project one week ago and it was already on RN 0.73.4. All the other packages are at the same version of...

Yeah, it was a wrong setup by my part. Following some tutorial I added the second and third preset in `babel.config`. I removed them and it worked properly. This was...

> Facing same issue @abhishekgoel101 , do your `babel.config` looks like mine in the previous comment?

Same here ```json "nativewind": "^4.0.36", "tailwindcss": "^3.4.3", "expo": "~50.0.14", "react": "18.2.0", "react-native": "0.73.6", ```

I faced the same issue, as I posted on this thread: https://github.com/marklawlor/nativewind/issues/628#issuecomment-2030839305 The solution I was provided is to update nativewind to 4.0.36 and it worked.

I was running on a iOS device and didn't face this problem. Also, I run it on a Android 13 device and it worked properly. Here's some log from my...

> I am still facing this exact same issue. The SafeAreaView can be styled with native styling using the style prop but the nativewind's classes aren't working. **Edit: I am...