React & React Native Components & Patterns (copy-paste components & patterns crafted with Tailwind CSS (NativeWind))
2.71k
stars
120
forks
source link
Gluestack V2 Wants React-Native-SVG 13 But Expo 51 Wants 15 #2552
Open
mikecfisher opened 1 week ago
Description
When initializing a new gluestack config it installs v13 Expo SDK 51 needs 15. When using 13 npx expo run:ios crashes
CodeSandbox/Snack link
unnecessary
Steps to reproduce
Go to '...'
Click on '...'
Scroll down to '...'
See error
npx create-expo-app
npx gluestack-ui init
npx expo run:ios
task crashes complaining about react-native-svg
npx expo install react-native-svg (svg gets upgraded to 15)
npx expo run:ios - app works perfectly
gluestack-ui Version
v2
Platform
Other Platform
No response
Additional Information
No response