- Fixed the dual header shown issue.
- Updated @react-native-masked-view/masked-view@0.2.4 to @react-native-masked-view/masked-view@0.2.6
- Updated expo@^42.0.0 to expo@45.0.0
- Updated expo-app-loading@~1.1.2 to expo-app-loading@2.0.0
- Updated expo-expo-asset@~8.3.2 to expo-asset@8.5.0
- Updated expo-font@~9.2.1 to expo-font@10.1.0
- Updated expo-module-core@^0.2.0 to expo-module-core@0.9.2
- Updated react@16.13.1 to react@17.0.2
- Updated react-native@42.0.0 to react@0.68.2
- Updated react-native-gesture-handler@^1.10.3 to react-native-gesture-handler@2.2.1
- Updated react-native-reanimated@~2.2.0 to react-native-reanimated@2.8.0
- Updated react-native-safe-area-context@3.2.0 to react-native-safe-area-context@4.2.4
- Updated react-native-screens@~3.4.0 to react-native-screens@3.11.1
- Updated react-native-svg@12.1.1 to react-native-screens@12.3.0
- Updated dev dependencies
- Updated babel-preset-expo@8.3.0 to babel-preset-expo@9.1.0
- Updated Babel Config
- Added a new plugin of react-native-reanimated/plugin
- dependencies updated
expomodule core addedstackNavigatoranddrawerNavigationchanges (color scheme set)- syntax update in header
Shown
- updated
@react-navigation/drawer@5.8.1to@react-navigation/drawer@5.12.4 - updated
@react-navigation/native@5.5.0to@react-navigation/native@5.9.3 - updated
@react-navigation/stack@5.4.1to@react-navigation/stack@5.14.3 - updated
expo SDK@39toexpo SDK@40 - updated
expo-asset@8.2.0toexpo-asset@8.2.1 - updated
expo-font@8.3.0toexpo-font@8.4.0 - updated
react-native SDK@39toreact-native SDK@40 - updated
react-native-gesture-handler@1.7.0toreact-native-gesture-handler@1.8.0 - updated
react-native-safe-area-context@3.1.4toreact-native-safe-area-context@3.1.9 - updated
react-native-screens@2.10.1toreact-native-screens@2.15.2 - added
expo-app-loading@1.01
useNativeDriverwarning solved forTabs.js
- updated
@react-native-community/masked-view@0.1.6to@react-native-community/masked-view@0.1.10 - updated
expo@37toexpo@39 - updated
expo-asset@8.1.5toexpo-asset@8.2.0 - updated
expo-font@8.1.0toexpo-font@8.3.0 - updated
galio-framework@0.6.3togalio-framework@0.7.1 - updated
react@16.9.0toreact@16.13.1 - updated
react-native SDK@37toreact-native SDK@39 - updated
react-native-gesture-handler@1.6.0toreact-native-gesture-handler@1.7.0 - updated
react-native-reanimated@1.7.0toreact-native-reanimated@1.13.0 - updated
react-native-safe-area-context@0.7.3toreact-native-safe-area-context@3.1.4 - updated
react-native-screens@2.2.0toreact-native-screens@2.10.1 - updated
react-native-svg@11.0.1toreact-native-svg@12.1.0 - changed the git source for react-native-modal-dropdown
- App.js - removed
packagerOptswhich solved Expo failed loading - Components.js - fixed layout for ScrollView, Horizontal Gallery and Select positioning
- Header.js - fixed search input autofocusing and creating an error where the back button wouldn't work anymore keeping the user in a loop
- updated
expo-asset@8.0.0toexpo-asset@8.1.5 - updated
expo-font@8.0.0toexpo-font@8.1.0 - updated
react-native-gesture-handler@1.5.0toreact-native-gesture-handler@1.6.0 - updated
react-native-reanimated@1.4.0toreact-native-reanimated@1.7.0 - updated
react-native-screens@2.0.0-alpha.12toreact-native-screens@2.2.0 - updated
react-native-safe-area-context@0.6.0toreact-native-safe-area-context@0.7.3 - updated
@react-native-community/masked-view@0.1.5to@react-native-community/masked-view@0.1.6 - updated
react-native SDK@36.0.0toreact-native SDK@37.0.0 - updated
babel-preset-expo@7.0.0tobabel-preset-expo@8.2.1 - updated
Expo @36.0.0toExpo @37.0.0 - updated
@react-navigation/native@5.0.0to@react-navigation/native@5.5.0 - updated
@react-navigation/stack@5.0.0to@react-navigation/stack@5.4.1 - updated
@react-navigation/compat@5.0.0to@react-navigation/compat@5.1.25 - updated
@react-navigation/bottom-tabs@5.0.0to@react-navigation/bottom-tabs@5.5.1 - updated
@react-navigation/drawer@5.0.0to@react-navigation/drawer@5.8.1
- change function for fontLoading in
App.js, this should fix the often occurrence of the error - moved
assets/font/now.jsontoassets/config/now.jsonin order to make sure there wouldn't be any issue with the build for Android - edited
Header.jsin order to fix the Pro routing error - edited
Screens.jsand fixed the headerless Components Screen
- removed
react-navigation@4.0.10
- added
@react-navigation/compat@5.0.0 - added
@react-navigation/drawer@5.0.0 - added
@react-navigation/native@5.0.0 - added
@react-navigation/stack@5.0.0 - added
@react-native-community/masked-view@0.1.5 - added
react-native-reanimated@1.4.0 - added
react-native-safe-area-context@0.6.0 - added
react-native-screeens@2.0.0-alpha.12
- updated
expo@35.0.0toexpo@36.0.1 - updated
expo-asset@7.0.0toexpo-asset@8.0.0 - updated
expo-font@7.0.0toexpo-font@8.0.0 - updated
react@16.8.3toreact@16.9.0 - updated
babel-preset-expo@7.1.0tobabel-preset-expo@8.0.0
- changed the whole routing from
Screens.jsbecausereact-navigation@5.0.0has a new dynamic API - changed
Menu.jsfor a new Drawer custom component - changed
DrawerItem.jsfor a new type of<DrawerCustomItem /> - changed props and variables so that the new
react-navigationAPI could work with the following files:Header.js,Pro.js,Settings.js,Search.js,Cart.js, 'Card.js,Onboarding.js`
- small fix on responsive for Profile Page
- added pre-cache for images for a faster experience