André Luiz Silveira Lucas
André Luiz Silveira Lucas
@hamncheez Have you found any solution to this Issue? I am developing an app in Expo with react-native: 0.64.3 and still getting the same error. Seems that is something related...
I can confirm this is a problem with me too. Until today I wasn't experiencing any issues with react-native-pager-view, but today the app won't build and fails everytime on this...
> Following this. I am facing the same issue. I am also facing this issue with the react-native 0.68.2
I was able to make it work by doing the following: - in _package.json_: replace `"react-native": "0.68.2" ` with `"react-native": "^0.68.2"` - in _android/build.gradle_: within ``` buildscript { ... ext...
I am getting the same issue on sharp. I have tested with noto-color-emoji and with emoji-one on ubuntu 22, but without success. I have already tried > This is likely...