Hi, I am trying to implement Gluestack ui in a frameworkless, react Native CLI based project. (Non-expo, Non-next.js, avoiding ts)
installation process:
https://reactnative.dev/docs/getting-started-without-a-frameworkIssue: Facing incompatibility issues while implementing Gluestack V2 and V3 into the CLI based project.
[using latest versions of all pre-requisites(react-native, metro, gradle, other libraries)]
slight glance of Issues:
Task :react-native-reanimated:compileDebugJavaWithJavac FAILED
Task :react-native-svg:compileDebugJavaWithJavac FAILED
and a few others.
I am new to React-Native and this has been the issue since.
Is Gluestack planning to keep itself compatible with React-Native CLI projects?