You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Async Storage has moved to new organization: https://github.com/react-native-async-storage/async-storage',
34
34
'expo-permissions':
35
35
'Use permissions getters and requesters in specific modules instead, such as MediaLibrary.getPermissionsAsync() and MediaLibrary.requestPermissionsAsync().',
36
+
'expo-app-loading':
37
+
'Use expo-splash-screen directly instead: SplashScreen.preventAutoHideAsync() and SplashScreen.hideAsync().',
36
38
},
37
39
},
38
-
'45.0.0': {
39
-
version: '^45.0.0',
40
+
'46.0.0': {
41
+
version: '^46.0.0',
40
42
coreModules: {
41
43
...assets,
42
-
expo: '~45.0.0',
43
-
react: '17.0.1',
44
+
expo: '~46.0.0',
45
+
react: '18.0.0',
44
46
'react-dom': '*',
45
-
'react-native': '0.68.2',
47
+
'react-native': '0.69.3',
46
48
'react-native-web': '*',
49
+
// Used by @shopify/react-native-skia, on web only
50
+
// See runtime/src/NativeModules/ReactNativeSkia.tsx for more info
'Async Storage has moved to new organization: https://github.com/react-native-async-storage/async-storage',
95
-
'expo-permissions':
96
-
'Use permissions getters and requesters in specific modules instead, such as MediaLibrary.getPermissionsAsync() and MediaLibrary.requestPermissionsAsync().',
97
-
'expo-app-loading':
98
-
'Use expo-splash-screen directly instead: SplashScreen.preventAutoHideAsync() and SplashScreen.hideAsync().',
Copy file name to clipboardExpand all lines: packages/snack-sdk/CHANGELOG.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,22 @@
4
4
5
5
### 🛠 Breaking changes
6
6
7
+
- Dropped Expo SDK 44 ([#360](https://github.com/expo/snack/pull/360) by [@bycedric](https://github.com/byCedric))
8
+
7
9
### 🎉 New features
8
10
11
+
- Upgrade to Expo SDK 47 ([#360](https://github.com/expo/snack/pull/360) by [@bycedric](https://github.com/byCedric))
12
+
9
13
### 🐛 Bug fixes
10
14
11
15
## 3.9.0 - 2022-08-03
12
16
13
17
### 🎉 New features
14
18
15
-
- Upgrade to Expo SDK 46 stable ([#337](https://github.com/expo/snack/pull/337)) by [@bycedric](https://github.com/byCedric))
16
-
- Add versioned endpoints for modules ([#334](https://github.com/expo/snack/pull/334)) by [@bycedric](https://github.com/byCedric))
17
-
- Upgrade pubnub to 7.2.0 ([#332](https://github.com/expo/snack/pull/332)) by [@bycedric](https://github.com/byCedric))
18
-
- Upgrade Snack to Expo SDK 45 ([#290](https://github.com/expo/snack/pull/290)) by [@danstepanov](https://github.com/danstepanov))
19
+
- Upgrade to Expo SDK 46 stable ([#337](https://github.com/expo/snack/pull/337) by [@bycedric](https://github.com/byCedric))
20
+
- Add versioned endpoints for modules ([#334](https://github.com/expo/snack/pull/334) by [@bycedric](https://github.com/byCedric))
21
+
- Upgrade pubnub to 7.2.0 ([#332](https://github.com/expo/snack/pull/332) by [@bycedric](https://github.com/byCedric))
22
+
- Upgrade Snack to Expo SDK 45 ([#290](https://github.com/expo/snack/pull/290) by [@danstepanov](https://github.com/danstepanov))
19
23
20
24
## 3.8.0 - 2022-04-20
21
25
@@ -25,16 +29,16 @@
25
29
26
30
### 🎉 New features
27
31
28
-
- Prepare snack-sdk and snack-content for SDK 44 ([#277](https://github.com/expo/snack/pull/277)) by [@bycedric](https://github.com/byCedric))
29
-
- Split out code related to Snack project definitions into `snack-content` ([#251](https://github.com/expo/snack/pull/251)) by [@ide](https://github.com/ide))
30
-
- Upgrade Snack to Expo SDK 44 ([#243](https://github.com/expo/snack/pull/243)) by [@bycedric](https://github.com/byCedric))
32
+
- Prepare snack-sdk and snack-content for SDK 44 ([#277](https://github.com/expo/snack/pull/277) by [@bycedric](https://github.com/byCedric))
33
+
- Split out code related to Snack project definitions into `snack-content` ([#251](https://github.com/expo/snack/pull/251) by [@ide](https://github.com/ide))
34
+
- Upgrade Snack to Expo SDK 44 ([#243](https://github.com/expo/snack/pull/243) by [@bycedric](https://github.com/byCedric))
31
35
32
36
## 3.7.0 — 2021-12-17
33
37
34
38
### 🎉 New features
35
39
36
40
-`SnackState` & `SnackOptions` include `snackId` and `accountSnackId` for tracking snacks, rather than only full name (id).
37
-
-`saveAsync` additionally returns `snackId` and `accountSnackId`.
41
+
-`saveAsync` additionally returns `snackId` and `accountSnackId`.
0 commit comments