Skip to content

Latest commit

 

History

History
172 lines (137 loc) · 7.3 KB

CHANGELOG.md

File metadata and controls

172 lines (137 loc) · 7.3 KB

[1.7.0] 2024-09-14

Updated dependencies

  • Expo sdk updated from 48 to 51
  • Entry file added to index.js as entry file pattern changed in expo-sdk:50.0.0
  • Updated @react-native-masked-view/masked-view v0.2.8 to v0.3.1
  • Added @react-native/assets-registry for assets registry support
  • Updated expo-asset ~8.9.1 to ~10.0.10
  • Updated expo-font ~11.1.1 to ~12.0.10
  • Updated expo-linear-gradient ~13.0.2 to ~13.0.2
  • Updated expo-modules-core ~1.2.7 to ~1.12.24
  • Udpated expo-splash-screen ^0.18.2 to ~0.27.5
  • Updated react-native 0.71.8 to 0.74.5
  • Updated react-native-gesture-handler ~2.9.0 to ~2.16.1
  • Updated react-native-reanimated ~2.14.4 to ~3.10.1
  • Updated react-native-safe-area-context 4.5.0 to 4.10.5
  • Udpated react-native-screens ~3.20.2 to 3.31.1
  • Updated react-native-svg 13.4.0 to 15.2.0
  • Added babel-plugin-module-resolver
  • Updated babel-preset-expo ^9.3.0 to ~11.0.0

[1.6.0] 2023-05-15

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.5.1] 2022-07-20

Updated dependencies

[1.5.0] 2022 - 04 - 11

Updated dependencies

  • added expo-modules-core dependency
  • update existent dependencies
  • issues poped up in stackNavigator

[1.4.0] 2020 - 08 - 03

Updated dependencies

[1.3.0] 2020 - 11 - 06

Updated dependencies

Updated files

  • App.js - removed packagerOpts which solved Expo failing to load
  • Components.js - fixed useNativeDriver warning, layout for ScrollView and Horizontal Gallery
  • Gallery.js - fixed useNativeDriver warning
  • Tabs.js - fixed useNativeDriver warning
  • Product.js - fixed useNativeDriver warning, chat button styling
  • Profile.js - fixed layout positioning for buttons
  • Cart.js - fixed Select positioning, Checkout button and the screen's layout

[1.2.0] 2020 - 06 - 20

Updated dependencies

Updated files

  • change function for fontLoading in App.js, this should fix the often occurrence of the error
  • moved assets/font/now.json to assets/config/now.json in order to make sure there wouldn't be any issue with the build for Android
  • edited Header.js in order to fix the navigation error where the app won't let you go back
  • edited Search.js and fixed the card stacking issue, now all elements are scrollable
  • edited Settings.js and fixed navigation routes which were returning an error

[1.1.0] 2020 - 03 - 10

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: Trending.js, Header.js, Product.js, Gallery.js, Pro.js, Product.js, Settings.js, Search.js, Cart.js, 'Card.js, Category.js, Fashion.js, Onboarding.js`

[1.0.0] 2019-11-11

Initial Release