|
| 1 | +## [1.4.0] 2020 - 03 - 05 |
| 2 | +### Removed dependencies |
| 3 | +- removed `react-navigation@3.11.0` |
| 4 | + |
| 5 | +### Added dependencies |
| 6 | +- added `@react-navigation/compat@5.0.0` |
| 7 | +- added `@react-navigation/drawer@5.0.0` |
| 8 | +- added `@react-navigation/native@5.0.0` |
| 9 | +- added `@react-navigation/stack@5.0.0` |
| 10 | +- added `@react-native-community/masked-view@0.1.5` |
| 11 | +- added `react-native-reanimated@1.4.0` |
| 12 | +- added `react-native-safe-area-context@0.6.0` |
| 13 | +- added `react-native-screeens@2.0.0-alpha.12` |
| 14 | + |
| 15 | +### Updated dependencies |
| 16 | +- updated `expo@35.0.0` to `expo@36.0.0` |
| 17 | +- updated `expo-asset@7.0.0` to `expo-asset@8.0.0` |
| 18 | +- updated `expo-font@7.0.0` to `expo-font@8.0.0` |
| 19 | +- updated `expo-cli@2.4.0` to `expo-cli@3.11.7` |
| 20 | +- updated `expo-linear-gradient@7.0.0` to `expo-linear-gradient@8.0.0` |
| 21 | +- updated `react@16.8.3` to `react@16.9.0` |
| 22 | + |
| 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 `DrawerItem.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: `Beauty.js`, `Header.js`, `Product.js`, `Gallery.js`, `Pro.js`, `Product.js`, `Settings.js`, `Register.js`, `Onboarding.js` |
| 28 | + |
1 | 29 | ## [1.3.0] 2019-11-06 |
2 | 30 | ### Updated dependencies |
3 | 31 | - `expo@34.0.3` to `expo@35.0.0` |
|
6 | 34 | - `react-native SDK@34.0.0` to `react-native SDK@35.0.0` |
7 | 35 | - `galio-framework@0.6.1` to `galio-framework@0.6.3` |
8 | 36 | - `babel-preset-expo@5.0.0` to `babel-preset-expo@7.0.0` |
| 37 | + |
9 | 38 | ### Updated files |
10 | 39 | - changed drawer items in order to have a similar look to the PRO version |
11 | 40 |
|
|
29 | 58 |
|
30 | 59 |
|
31 | 60 | ## [1.0.0] 2019-06-07 |
32 | | -### Initial Release |
| 61 | +### Initial Release |
0 commit comments