Skip to content

Commit 4713af2

Browse files
v1.8.0
1 parent 20ad8f5 commit 4713af2

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
## [1.8.0] 2021 - 03 - 04
2+
### Updated dependencies
3+
- updated `expo-asset@8.2.0` to `expo-asset@8.2.1`
4+
- updated `expo-font@8.3.0` to `expo-font@8.4.0`
5+
- updated `expo-linear-gradient@8.3.0` to `expo-linear-gradient@8.4.0`
6+
- updated `react-native-gesture-handler@1.7.0` to `react-native-gesture-handler@1.8.0`
7+
- updated `react-native SDK@39.0.3` to `react-native SDK@40.0.1`
8+
- updated `Expo @39.0.0` to `Expo @40.0.0`
9+
- updated `jest-expo@39.0.0` to `jest-expo@40.0.0`
10+
11+
- updated `react-native-screens@2.10.1` to `react-native-screens@2.15.2`
12+
- updated `react-native-safe-area-context@3.1.4` to `react-native-safe-area-context@3.1.9`
13+
- updated `@react-navigation/drawer@5.8.2` to `@react-navigation/drawer@5.12.4`
14+
- updated `@react-navigation/native@5.5.0` to `@react-navigation/native@5.9.3`
15+
- updated `@react-navigation/stack@5.4.1` to `@react-navigation/stack@5.14.3`
16+
- added `expo-app-loading@1.01`
17+
18+
### Updated files
19+
- updated `App.js` to work with the new package included `expo-app-loading`
20+
- updated `Drawer.js` solved the missing icon issue
21+
- fixed `SignIn.js` and `SignUp.js` layout issue and `KeyboardAvoidingView`
22+
- fixed `Animated.event` warning in `Product.js` and `Gallery.js`
23+
- fixed `Animated.interpolate()` error in `Product.js` and `Gallery.js`
24+
- fixed error caused by the ScrollView inside `Product.js` and `Gallery.js`
25+
26+
27+
## [1.7.0] 2020 - 10 - 30
28+
### Updated dependencies
29+
- updated `expo-asset@8.1.5` to `expo-asset@8.2.0`
30+
- updated `expo-font@8.1.0` to `expo-font@8.3.0`
31+
- updated `expo-linear-gradient@8.1.0` to `expo-linear-gradient@8.3.0`
32+
- updated `react-native-gesture-handler@1.6.0` to `react-native-gesture-handler@1.7.0`
33+
- updated `react-native SDK@37.0.1` to `react-native SDK@39.0.3`
34+
- updated `babel-preset-expo@8.2.1` to `babel-preset-expo@8.3.0`
35+
- updated `Expo @37.0.0` to `Expo @39.0.0`
36+
- updated `jest-expo@37.0.0` to `jest-expo@39.0.0`
37+
- updated `react-native-reanimated@1.7.0` to `react-native-reanimated@1.13.0`
38+
- updated `react-native-screens@2.2.0` to `react-native-screens@2.10.1`
39+
- updated `react-native-safe-area-context@0.7.3` to `react-native-safe-area-context@3.1.4`
40+
- updated `@react-native-community/masked-view@0.1.6` to `@react-native-community/masked-view@0.1.10`
41+
- updated `react@16.9.0` to `react@16.13.1`
42+
- updated `galio-framework@0.6.3` to `galio-framework@0.7.1`
43+
- changed fork for `react-native-modal-dropdown`
44+
45+
### Updated files
46+
- updated `Product.js` -> fixed chat icon and resize for bigger screens
47+
- updated `Cart.js` -> fixed checkout buttons and layout cards
48+
- updated `Onboarding.js`-> fixed gradient and button size
49+
- updated `Tabs.js` -> fixed warning related to Animation
50+
- updated `Components.js` -> Fixed button color error and Select layout
151
## [1.6.0] 2020 - 06 - 11
252

353
### Updated dependencies

0 commit comments

Comments
 (0)