Releases: strvcom/template-react-native-expo
Releases · strvcom/template-react-native-expo
Release 1.2.0
1.2.0 (2024-08-29)
✨ Features
🔧 Chores
- build: add shell (#30) (6727be1)
- build: try another git config (#35) (1e6dc33)
- build: try different credentials (#33) (d2d1254)
- build: try git config (#34) (f164e50)
- build: try persist credentials false on checkout (#27) (e7b4467)
- build: try to push through API (#28) (7f2928a)
- build: try with bot credentials (#29) (039a78a)
Release 1.1.3
Release 1.1.2
Release 1.1.1
1.1.1 (2024-08-29)
✨ Features
🔧 Chores
- build: add shell (#30) (6727be1)
- build: another config (#36) (61d8a20)
- build: try another git config (#35) (1e6dc33)
- build: try different credentials (#33) (d2d1254)
- build: try git config (#34) (f164e50)
- build: try persist credentials false on checkout (#27) (e7b4467)
- build: try to push through API (#28) (7f2928a)
- build: try with bot credentials (#29) (039a78a)
Release 1.1.0
1.1.0 (2024-08-29)
✨ Features
- expo SDK 47 upgrade, flipper plugin upgrade (ad73937)
- Expo SDK 51, dev plugins for debugging, remove flipper, embedding assets, pnpm (#22) (571a93f)
- Expo SKD 49 (#12) (e5426e8)
- feature: testing feature development (52460ec)
- migrate to EAS update, improve OTA check logic for normal or high priority updates (52e3792)
- restructure App.tsx, add gesture handler, upgrade cached resources and forced update hook (e8f1c00)
- template initial commit (bb9925c)
🐛 Bug Fixes
- Absolute imports replaced with path alias (#14) (5e63770)
- android build failing due to MMKV, needs upgrade (04a536f)
- app config values (e47aaa0)
- dot env config init (87ef375)
- Fix @types resolution (#16) (7979eae)
- Fix app config types (#19) (213aa7d)
- navigationReset typescript args (4e8ac6e)
- removed eslint rules & fix typo (231626a)
- removed sharp dep (8040489)
- types for environment variable (4d19e8e)
- update lock file (e55f3db)
- zustand flipper typing (0db6a36)
🔧 Chores
- add dimensions, expo and platform constants (283a1e0)
- add recommended libraries (04b3c2b)
- add size scaling util to allow consistent design (606357c)
- added strv eslint config (#13) (44c9e4f)
- better formatting (8d45ca3)
- bump expo dependencies (1b0571c)
- bump Expo to SDK 46 (e9f2bc9)
- bump other packages (6b6cc89)
- change android default navigation animation to
fade(1e3f3a2) - CI and PR template (#15) (490dae0)
- expo router + useAuth (8067560)
- fix warning about encryption during appstore submit (b464cb5)
- improve navigation utils typing (e25b42c)
- improve png import (66d76b2)
- install expo router (f4ab716)
- move native folders to .gitignore as default, comment in Readme (f34a7c9)
- new release process (#25) (42db0d0)
- README cleanup (34bd3ee)
- remove @types/react-native, not needed anymore (c0fb452)
- replace flipper community plugin with expo-build-properties (5049eb3)
- update code quality tools (339b604)
- update readme (7948a5e)
- update Readme setup (bbbcb0a)
- update scripts to use local expo cli, keep metro config (ccdf059)
- upgrade expo and its dependencies (72a55bb)
- use isInternetReachable as a flag for online status rather than isConnected (b2fa725)
📄 Documentation
- typo (c780727)