Skip to content

Releases: strvcom/template-react-native-expo

Release 1.2.0

29 Aug 09:31
3d98f49

Choose a tag to compare

1.2.0 (2024-08-29)

✨ Features

🔧 Chores

Release 1.1.3

29 Aug 10:40

Choose a tag to compare

1.1.3 (2024-08-29)

🔧 Chores

  • build: trying less complex version (#39) (d1a7aa0)

Release 1.1.2

29 Aug 10:18
3d98f49

Choose a tag to compare

1.1.2 (2024-08-29)

🔧 Chores

Release 1.1.1

29 Aug 09:48
3d98f49

Choose a tag to compare

1.1.1 (2024-08-29)

✨ Features

🔧 Chores

Release 1.1.0

29 Aug 08:09

Choose a tag to compare

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

🔧 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

💅 Code Refactoring

  • move to named exports (477b9cf)
  • remove monorepo references from gh actions, no need for creating env file (81ae9b9)
  • use zustand slices, sort out flipper plugin with ts-nocheck (e5d93f5)