|
| 1 | +## [1.5.0] 2019 - 02 - 19 |
| 2 | +### Removed dependencies |
| 3 | +- removed `react-navigation@3.11.0` |
| 4 | +### Added dependencies |
| 5 | +- added `@react-navigation/compat@5.0.0` |
| 6 | +- added `@react-navigation/drawer@5.0.0` |
| 7 | +- added `@react-navigation/native@5.0.0` |
| 8 | +- added `@react-navigation/stack@5.0.0` |
| 9 | +- added `@react-native-community/masked-view@0.1.5` |
| 10 | +- added `react-native-reanimated@1.4.0` |
| 11 | +- added `react-native-safe-area-context@0.6.0` |
| 12 | +- added `react-native-screeens@2.0.0-alpha.12` |
| 13 | +### Updated dependencies |
| 14 | +- updated `expo@35.0.0` to `expo@36.0.1` |
| 15 | +- updated `expo-asset@7.0.0` to `expo-asset@8.0.0` |
| 16 | +- updated `expo-font@7.0.0` to `expo-font@8.0.0` |
| 17 | +- updated `expo-cli@2.4.0` to `expo-cli@3.11.7` |
| 18 | +- updated `expo-linear-gradient@7.0.0` to `expo-linear-gradient@8.0.0` |
| 19 | +- updated `react@16.8.3` to `react@16.9.0` |
| 20 | +- updated `babel-preset-expo@7.0.0` to `babel-preset-expo@8.0.0` |
| 21 | +- updated `cross-env@5.2.0` to `cross-env@7.0.0` |
| 22 | +- updated `jest-expo@35.0.0` to `jest-expo@36.0.0` |
| 23 | +### Updated files |
| 24 | +- changed the whole routing from `Screens.js` because `react-navigation@5.0.0` has a new dynamic API |
| 25 | +- changed `Menu.js` for a new Drawer custom component |
| 26 | +- changed `Drawer.js` for a new type of `<DrawerCustomItem />` |
| 27 | +- 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` |
| 28 | + |
1 | 29 | ## [1.4.0] 2019 - 10 - 27 |
2 | 30 | ### Updated dependencies |
3 | 31 | - `expo@34.0.3` to `expo@35.0.0` |
|
0 commit comments