Skip to content

Latest commit

 

History

History
221 lines (166 loc) · 8.45 KB

CHANGELOG.md

File metadata and controls

221 lines (166 loc) · 8.45 KB

[1.11.0] 2024-09-14

Updated dependencies

[1.10.0] 2023-07-03

Updated dependencies

  • Expo sdk updated from 45 to 48
  • react update from 17 to 18
  • react native version updated 0.68 to 0.71.7
  • Other packages updated according to expo sdk.
  • typescript updated 4.3.5 to 4.5
  • expo-app-loading package is deprecated. Added a new package expo-splash-screen. For this,App.js file

[1.9.0] 2022 - 04 - 21

Updated dependencies

  • dependencies updated
  • expo module core added
  • stackNavigator and drawerNavigation changes ( color scheme set )
  • expo updated
  • syntax update in header Shown

[1.8.0] 2021 - 03 - 04

Updated dependencies

Updated files

  • updated App.js to work with the new package included expo-app-loading
  • updated Drawer.js solved the missing icon issue
  • fixed SignIn.js and SignUp.js layout issue and KeyboardAvoidingView
  • fixed Animated.event warning in Product.js and Gallery.js
  • fixed Animated.interpolate() error in Product.js and Gallery.js
  • fixed error caused by the ScrollView inside Product.js and Gallery.js

[1.7.0] 2020 - 10 - 30

Updated dependencies

Updated files

  • updated Product.js -> fixed chat icon and resize for bigger screens
  • updated Cart.js -> fixed checkout buttons and layout cards
  • updated Onboarding.js-> fixed gradient and button size
  • updated Tabs.js -> fixed warning related to Animation
  • updated Components.js -> Fixed button color error and Select layout

[1.6.0] 2020 - 06 - 11

Updated dependencies

Updated files

  • updated Product.js - fixed bad function call
  • updated utils.js - fixed missing variables
  • updated Screens.js - fixed Components screen showing wrong Navbar
  • updated Header.js - fixed bug created by navigation package and onFocus

[1.5.0] 2019 - 02 - 19

Removed dependencies

Added dependencies

Updated dependencies

Updated files

  • changed the whole routing from Screens.js because [email protected] has a new dynamic API
  • changed Menu.js for a new Drawer custom component
  • changed Drawer.js for a new type of <DrawerCustomItem />
  • changed props and variables so that the new react-navigation API could work with the following files: Deals.js, Cart.js, Header.js, Product.js, Gallery.js, Onboarding.js, Product.js, Settings.js, SignIn.js, and SignUp.js

[1.4.0] 2019 - 10 - 27

Updated dependencies

Updated devDependencies

Updated files

  • updated Chat.js and removed console.log command

[1.3.0] 2019 - 09 - 20

Updated dependencies

Updated files

  • updated Header.js because of galio's new version
  • updated App.js because of expo-asset

[1.2.0] 2019 - 06 - 19

Updated dependencies

Updated files

  • Changed screen icons and local components to be fully supported by the newest galio-framework version
  • Screens.js got a new update which fixed the previous bug related to #2
  • Chat.js got a new update which fixed the multiline input and scrolling issues. #2
  • .gitignore got updated with new files

[1.1.0] 2019-02-18

Updated dependencies

[1.0.0] 2019-02-04

Initial Release