I built the UIKIT SDK and started a new RN project using the community react native CLI as per instructed in this tutorial: React Native | Amity Docs
The build worked fine in a blank project however however after adding the SDK and it’s dependencies I get those errors above.
The Typescript code I have is just the one that is in instructions.
I tried cleaning the build folder and derived data and running pod install but that did not fix the errors.
I also noticed the tutorial seems to have conflicting information, at the top it says the minimum iOS target should be 13.4 but later on it says the minimum should be 12.x
Hello @Raunakkmr , After further investigation, we found that the build process currently encounters issues on React Native version 0.74.0 and above. We recommend that you delete your current project and rebuild it using a React Native version between 0.72.0 and 0.73.0.
Please try this solution and let us know if it resolves the errors. If you continue to experience issues, feel free to reach out for further assistance.