Skip to content

Commit 9ace4a6

Browse files
v1.1.0
1 parent ce62e44 commit 9ace4a6

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
## [1.1.0] 2020-03-11
1+
## [1.1.0] 2020 - 03 - 12
2+
### Removed dependencies
3+
- removed `react-navigation@4.0.10`
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 `react@16.8.3` to `react@16.9.0`
18+
- updated `babel-preset-expo@7.1.0` to `babel-preset-expo@8.0.0`
19+
### Updated files
20+
- changed the whole routing from `Screens.js` because `react-navigation@5.0.0` has a new dynamic API
21+
- changed `Menu.js` for a new Drawer custom component
22+
- changed `DrawerItem.js` for a new type of `<DrawerCustomItem />`
23+
- changed props and variables so that the new `react-navigation` API could work with the following files: `Header.js`, `Pro.js`, `Settings.js`, `Search.js`, `Cart.js`, 'Card.js`, `Onboarding.js`
224

325
## [1.0.1] 2019-11-12
426
### HotFix

0 commit comments

Comments
 (0)