simonecorsato

Results 11 comments of simonecorsato

Same problem detected using RN version 0.63.3. New builds made after 29/6 have that problem with react-native TextInput (source code of our project has not been changed) . Does anyone...

Thanks for your response. The problem seems be at build time, because every build made after 29/6 include that problem.

Same here. I wanted to say that, starting from the same source code, the app made before 29/6 didn't have that problem, while the apps builded after 29/6 show that...

> > replace `implementation 'androidx.appcompat:appcompat:+'` with `implementation 'androidx.appcompat:appcompat:1.3.0'` > > it works for me . > > I dont have `implementation 'androidx.appcompat: .... ` but i try to added implementation`...

> > My multidex config was the culprit in my projects. If you have something like this that forces `androidx.appcompat` to use specific versions, you might try removing it. >...

> I have the same issue. It was caused by `node_modules/react-native-audio/android/build.gradle`. Change the version from `+` to `1.3.0` fixed the issue for me. `1.4.0-alpha02` may also work. > > ```...

Similar issue building on a x64 macBook using "nodejs-mobile-react-native": "16.17.4" for an iPhone simulator (iOS target 15). I'm using node version v16.15.1 . So I can't run "nodejs-mobile-react-native" on an...

The merge request https://github.com/wix/react-native-navigation/pull/7886 is still in draft status

Hi, any chance to get this PR merged and fix the issue? Thanks

At the moment the oldest supported version of react-native is 0.79 and it is at the end of the cycle. https://github.com/reactwg/react-native-releases/blob/main/docs/support.md Many libraries require the use of react-native newer version...