Marconi Marcos Barroso
Marconi Marcos Barroso
@JustFly1984 tanks's for your answer.
@EmpireJones this file doesn't exist more in version 0.68.2. The new file is `AppDelegate.mm`.
same issue. ``` "lottie-ios": "^4.3.4", "lottie-react-native": "^6.4.1", "react-native": "0.73.1", ``` Any solution?
Is this working in the latest version? Same issue.
@ShahidKhanDev upgrade my react native version cause this error. "react-native": "0.72.10" to "react-native": "0.73.4" IOS works well.
I'm not using expo! :( Only this cause this error `` my internet works well
@ckswopnera downgrade isn't option. I'm not using expo. downgrade version cause error in Xcode and another things.
@willLopesz what version of gesture-handler? In my case, I'm not using `adjustToContentHeight` prop
Guys, In my investigations I found a bug in the onLayout prop of the KeyboardAvoidingView component, which was corrected and merged here: https://github.com/facebook/react-native/issues/32608 In this lib it is used here...
the same issue with react native 0.70.6 and cmake. my android/app/build.gradle ``` buildscript { repositories { gradlePluginPortal() } dependencies { classpath 'gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.12.10, 0.99.99]' } } apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin' apply plugin:...