diff --git a/.changeset/light-pears-send.md b/.changeset/light-pears-send.md new file mode 100644 index 0000000..0d021bd --- /dev/null +++ b/.changeset/light-pears-send.md @@ -0,0 +1,5 @@ +--- +"create-better-t-stack": patch +--- + +Remove @better-auth/expo from unistyles template diff --git a/apps/cli/templates/frontend/native/unistyles/package.json.hbs b/apps/cli/templates/frontend/native/unistyles/package.json.hbs index 2049480..91b769b 100644 --- a/apps/cli/templates/frontend/native/unistyles/package.json.hbs +++ b/apps/cli/templates/frontend/native/unistyles/package.json.hbs @@ -9,7 +9,6 @@ "web": "expo start --web" }, "dependencies": { - "@better-auth/expo": "^1.2.7", "@expo/vector-icons": "^14.0.0", "@react-navigation/bottom-tabs": "^7.0.5", "@react-navigation/drawer": "^7.0.0",