Skip to content

Latest commit

 

History

History
141 lines (122 loc) · 6.44 KB

CHANGELOG.md

File metadata and controls

141 lines (122 loc) · 6.44 KB

[1.8.0] 2022-04-12

Updated dependencies

  • added expo-modules-core dependency
  • updated existent dependencies
  • issues poped up in stackNagivator after updating dependencies so fixed in screenOption and updated its code

[1.7.1] 2021 - 07 - 15

Updated dependencies

Updated files

  • removed deprecated useSafeArea from navigation/Menu.js

[1.7.0] 2020 - 11 - 04

Updated dependencies

Updated files

  • useNativeDriver warning fixed in Tabs.js
  • card height changed in Register.js

[1.6.0] 2020 - 11 - 04

Updated dependencies

Updated files

  • Profile.js - fixed elements regarding the Photo Album
  • Elements.js - ScrollView fixed by adding width, PR accepted which removed a duplicate styling #24
  • App.js - fixed Invariant Violation via PR #29

[1.5.0] 2020 - 06 - 04

Updated dependencies

Updated files

  • used hooks for App.js
  • moved assets/font/argon.json to assets/config/argon.json in order to make sure there wouldn't be any issue with the build for Android

[1.4.0] 2020 - 03 - 05

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 DrawerItem.js for a new type of <DrawerCustomItem />
  • changed props and variables so that the new react-navigation API could work with the following files: Beauty.js, Header.js, Product.js, Gallery.js, Pro.js, Product.js, Settings.js, Register.js, Onboarding.js

[1.3.0] 2019-11-06

Updated dependencies

Updated files

  • changed drawer items in order to have a similar look to the PRO version

[1.2.0] 2019-09-18

Updated dependencies

[1.1.0] 2019-06-21

Updated dependencies

[1.0.0] 2019-06-07

Initial Release