Hey there! I've been trying to install Gluestack v2 in our react native project with expo sdk 53 but nothing seems to work. What I've tried so far:
1. npx gluestack init
- This installs v3 everytime
2. npx gluestack@2.0.10
- This doesn't work, saw releases on github this was the latest release for v2?
3. Asking AI tools installed gluestack-ui/themed and other stuff which was v1.
4. Googling didn't result in anything concrete. Everyone seems to be suggesting gluestack@latest
but that doesn't install v2
.
Any help would be deeply appreciated!