Releases: creativetimofficial/ct-material-kit-pro-react-native
Releases · creativetimofficial/ct-material-kit-pro-react-native
v1.10.1
1.10.0
[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
v1.9.1
v1.9.0
v1.8.0
[1.8.0] 2021 - 03 - 04
Updated dependencies
- updated
expo-asset@8.2.0toexpo-asset@8.2.1 - updated
expo-font@8.3.0toexpo-font@8.4.0 - updated
expo-linear-gradient@8.3.0toexpo-linear-gradient@8.4.0 - updated
react-native-gesture-handler@1.7.0toreact-native-gesture-handler@1.8.0 - updated
react-native SDK@39.0.3toreact-native SDK@40.0.1 - updated
Expo @39.0.0toExpo @40.0.0 - updated
jest-expo@39.0.0tojest-expo@40.0.0 - updated
react-native-screens@2.10.1toreact-native-screens@2.15.2 - updated
react-native-safe-area-context@3.1.4toreact-native-safe-area-context@3.1.9 - updated
@react-navigation/drawer@5.8.2to@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 - added
expo-app-loading@1.01
Updated files
- updated
App.jsto work with the new package includedexpo-app-loading - updated
Drawer.jssolved the missing icon issue - fixed
SignIn.jsandSignUp.jslayout issue andKeyboardAvoidingView - fixed
Animated.eventwarning inProduct.jsandGallery.js - fixed
Animated.interpolate()error inProduct.jsandGallery.js - fixed error caused by the ScrollView inside
Product.jsandGallery.js
v1.7.0
[1.7.0] 2020 - 10 - 30
Updated dependencies
- updated
expo-asset@8.1.5toexpo-asset@8.2.0 - updated
expo-font@8.1.0toexpo-font@8.3.0 - updated
expo-linear-gradient@8.1.0toexpo-linear-gradient@8.3.0 - updated
react-native-gesture-handler@1.6.0toreact-native-gesture-handler@1.7.0 - updated
react-native SDK@37.0.1toreact-native SDK@39.0.3 - updated
babel-preset-expo@8.2.1tobabel-preset-expo@8.3.0 - updated
Expo @37.0.0toExpo @39.0.0 - updated
jest-expo@37.0.0tojest-expo@39.0.0 - updated
react-native-reanimated@1.7.0toreact-native-reanimated@1.13.0 - updated
react-native-screens@2.2.0toreact-native-screens@2.10.1 - updated
react-native-safe-area-context@0.7.3toreact-native-safe-area-context@3.1.4 - updated
@react-native-community/masked-view@0.1.6to@react-native-community/masked-view@0.1.10 - updated
react@16.9.0toreact@16.13.1 - updated
galio-framework@0.6.3togalio-framework@0.7.1 - changed fork for
react-native-modal-dropdown
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
v1.6.0
[1.6.0] 2020 - 06 - 11
Updated dependencies
- 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-screens@2.0.0-beta.8toreact-native-screens@2.2.0 - updated
react-native SDK@36.0.0toreact-native SDK@37.0.0 - updated
babel-preset-expo@8.0.0tobabel-preset-expo@8.2.1 - updated
Expo @36.0.0toExpo @37.0.0 - updated
@react-navigation/native@5.0.5to@react-navigation/native@5.5.0 - updated
@react-navigation/stack@5.0.6to@react-navigation/stack@5.4.1 - updated
@react-navigation/compat@5.0.5to@react-navigation/compat@5.1.25 - updated
@react-navigation/drawer@5.0.5to@react-navigation/drawer@5.8.2 - updated
jest-expo@36.0.0tojest-expo@37.0.0
Updated files
- updated
Product.js- fixed bad function call - updated
utils.js- fixed missing variables - updated
Screens.js- fixedComponentsscreen showing wrong Navbar - updated
Header.js- fixed bug created by navigation package andonFocus
v1.5.0
[1.5.0] 2019 - 02 - 19
Removed dependencies
- removed
react-navigation@3.11.0
Added dependencies
- 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 dependencies
- 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
expo-cli@2.4.0toexpo-cli@3.11.7 - updated
expo-linear-gradient@7.0.0toexpo-linear-gradient@8.0.0 - updated
react@16.8.3toreact@16.9.0 - updated
babel-preset-expo@7.0.0tobabel-preset-expo@8.0.0 - updated
cross-env@5.2.0tocross-env@7.0.0 - updated
jest-expo@35.0.0tojest-expo@36.0.0
Updated files
- changed the whole routing from
Screens.jsbecausereact-navigation@5.0.0has a new dynamic API - changed
Menu.jsfor a new Drawer custom component - changed
Drawer.jsfor a new type of<DrawerCustomItem /> - changed props and variables so that the new
react-navigationAPI could work with the following files:Deals.js,Cart.js,Header.js,Product.js,Gallery.js,Onboarding.js,Product.js,Settings.js,SignIn.js, andSignUp.js
v1.4.0
[1.4.0] 2019 - 10 - 27
Updated dependencies
expo@34.0.3toexpo@35.0.0expo-font@6.0.1toexpo-font@7.0.0expo-linear-gradient@6.0.0toexpo-linear-gradient@7.0.0galio-framework@0.6.1togalio-framework@0.6.3react-native SDK@34.0.0toreact-native SDK@35.0.0expo-asset@6.0.0toexpo-asset@7.0.0
Updated devDependencies
babel-preset-expo@5.0.0tobabel-preset-expo@7.0.0jest-expo@31.0.0tojest-expo@35.0.0
Updated files
- updated
Chat.jsand removedconsole.logcommand
v1.3.0
[1.3.0] 2019 - 09 - 20
Updated dependencies
expo@33.0.0toexpo@34.0.3expo-font@5.0.1toexpo-font@6.0.1expo-linear-gradient@5.0.1toexpo-linear-gradient@6.0.0galio-framework@0.5.3togalio-framework@0.6.1react-native SDK@33.0.0toreact-native SDK@34.0.0- added
expo-asset@6.0.0 - added
react-native-gesture-handler@1.3.0
Updated files
- updated
Header.jsbecause of galio's new version - updated
App.jsbecause ofexpo-asset