Cara Steinberg
Cara Steinberg
Thanks @thozh. When do you call the synchronize function? Do you call it in the `onLoad` or the `onNavigationStateChange` of ``? I tried in both, but it didn't work.
@rklomp What does your `cookieOnlyInLeft` function look like?
@rklomp Thanks for sharing. Yes I am facing a similar issue since upgrading to: ``` react-native version: 0.73.6 react-native-webview version: 13.8.1 ``` Android is working for me, but iOS is...
Thanks @karel-suchomel-ed! That fixed it for the initial Webview load, but when I leave the webview and then return to it, the cookies are not being synced and I am...
@MatiPl01 I tried to upgrade react-native-reanimated from 3.6.0 to 3.9.0, but still got the same error.
Yes I am trying to use `3.9.0` with RN `0.74.7` now. It's still not working. 1. I deleted `node_modules`, `yarn.lock`, and `Podfile.lock` 2. Then ran `yarn install` again 3. Then...
Ok I think I upgraded to RN `0.74.7` incorrectly, so I downgraded to `0.74.0` and it's working now.
Actually I am getting a different error when I build the app ``` /node_modules/react-native-reanimated/android/src/reactNativeVersionPatch/ReanimatedUIManager/latest/com/swmansion/reanimated/layoutReanimation/ReanimatedUIManager.java:103: error: cannot find symbol super.replaceExistingNonRootView(oldTag, newTag); ^ symbol: method replaceExistingNonRootView(int,int) /node_modules/react-native-reanimated/android/src/reactNativeVersionPatch/ReanimatedUIManager/latest/com/swmansion/reanimated/layoutReanimation/ReanimatedUIManager.java:116: error: cannot find symbol super.removeSubviewsFromContainerWithID(containerTag);...
That didn't work either. Now I am trying to upgrade to react-native `0.79.3` and am using react-native-reanimated 3.17.0, but I am getting this error when I try to run the...
Was able to build with reanimated version 3.16.7 and react-native 0.75.5