What's Changed
- Chore upgrade Expo to SDK 52 (see #56 )
- Support React Native new architecture (see #56 )
- Feat native bottom tabs (see #57 )
Update dependencies
- "@gorhom/bottom-sheet": "^4.6.0" => "^5.0.6"
- "@react-navigation/elements": "^1.3.21" => "^2.0.3"
- "@react-navigation/native": "^6.1.9" => "^7.0.0"
- "@react-navigation/native-stack": "^6.9.17" => "^7.0.0"
- "@reduxjs/toolkit": "^2.2.3" => "^2.4.0"
- "@react-native-community/netinfo": "11.1.0" => "11.4.1"
- "@shopify/flash-list": "1.6.3" => "1.7.1"
- "axios": "^1.6.8" => "^1.7.9"
- "babel-plugin-module-resolver": "^5.0.0" => "^5.0.2"
- "expo": "^50.0.17" => "^52.0.17"
- "expo-build-properties": "~0.11.1" => "~0.13.1"
- "expo-dev-client": "~3.3.11" => "~5.0.5"
- "expo-font": "~11.10.3" => "~13.0.1"
- "expo-image": "~1.10.6" => "~2.0.3"
- "expo-linking": "~6.2.2" => "~7.0.3"
- "expo-localization": "~14.8.4" => "~16.0.0"
- "expo-router": "~3.4.9" => "~4.0.11"
- "expo-secure-store": "~12.8.1" => "~14.0.0"
- "expo-splash-screen": "~0.26.5" => "~0.29.16"
- "expo-status-bar": "~1.11.1" => "~2.0.0"
- "expo-system-ui": "~2.9.4" => "~4.0.5"
- "expo-web-browser": "~12.8.2" => "~14.0.1"
- "i18next": "^23.11.2" => "^24.0.5"
- "react": "18.2.0" => "18.3.1"
- "react-dom": "18.2.0" => "18.3.1"
- "react-hook-form": "^7.51.3" => "^7.54.0"
- "react-i18next": "^14.1.1" => "^15.1.4"
- "react-native": "0.73.6" => "0.76.3"
- "react-native-gesture-handler": "~2.14.0" => "~2.20.2"
- "react-native-mmkv": "^2.12.2" => "^3.1.0"
- "react-native-reanimated": "~3.6.2" => "~3.16.1"
- "react-native-safe-area-context": "4.8.2" => "4.12.0"
- "react-native-screens": "~3.29.0" => "^4.0.0"
- "react-native-svg": "14.1.0" => "15.8.0"
- "react-native-uuid": "^2.0.2" => "^2.0.3"
- "react-native-web": "^0.19.9" => "~0.19.13"
- "react-redux": "^9.1.1" => "^9.1.2"
- "zod": "^3.23.4" => "^3.24.0"
Update dev dependencies:
- "@babel/core": "^7.23.3" => "^7.24.0"
- "@types/react": "~18.2.45" => "~18.3.12"
- "jest-expo": "~50.0.4" => "~52.0.2"
- "typescript": "^5.4.5" => "~5.3.3"
Full Changelog: v1.6.0...v2.0.0