Edwin Vargas

Results 17 comments of Edwin Vargas

I'm having this exact same problem. Looking forward to more insight about this.

In case someone is having this problem with Nextjs, this worked for me: https://stackoverflow.com/questions/71427330/nextjs-jest-transform-transformignorepatterns-not-working-with-esm-modules.

This seems to solve https://github.com/FaridSafi/react-native-gifted-chat/issues/2411.

Same issue here with the following dependencies: ```json "expo": "~49.0.18", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.6", "react-native-web": "~0.19.6", "react-native-gifted-chat": "^2.4.0", ```

This issue is still happening for me, we got a workaround wrapping it inside a `Portal`, but now we need to implement this: https://github.com/gorhom/react-native-bottom-sheet/issues/1389#issuecomment-1608857169, and having the `Portal` just makes...

Not working for me in `iOS`. My app is also wrapped in `SafeAreaView` and `KeyboardAvoidingView`. Adding `zIndex` didn't fix it.

> Or you can just use `expo-build-properties` as follows: > > ```js > const config = { > expo: { > // ... > plugins: [ > [ > 'expo-build-properties',...

@omarhamedx in the `app.json` or `app.config.js`. And remember to regenerate the `android` folder (you can do it by executing `npx expo prebuild --clean`).