Dima Portenko
Dima Portenko
Workaround works but I would love to see support for this feature.
@fakhergh thanks for sharing. I've just tried it with new expo project and ``` "react-native-reanimated": "~2.14.4" ``` iOS is working just fine. Android isn't working. What version are you using?
From my smoke test, it works on the version ``` "react-native-reanimated": "^3.1.0" ```
@tommyg-cld the issue is still the same. From internal support discussion, it's related to the `callback_url` and > The iOS SDK sends a header called X-Requested-With with the value XMLHttpRequest...
> react: "18.2.0", > react-native: "0.72.3", where did you get those versions?
Have you followed all the react native upgrade steps? https://react-native-community.github.io/upgrade-helper/?from=0.64.2&to=0.72.3
in this case, it will not work for sure.
can you run the newly created React Native application version 0.64.2? like ```bash npx [email protected] init AwesomeProject ```
Ok, generally this project isn't maintained anymore. So I don't really know if version 0.64.2 is still working. You probably need to upgrade it before running it, but since you...
Yes, I installed dependencies. It's not the issue. If you look at the errors, there are complaints about `angular` and `vue` libraries. I believe it's not needed in the `react`...