rn-gamekit 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,13 @@ All notable changes to React Native GameKit will be documented in this file.
6
6
 
7
7
  No changes yet.
8
8
 
9
+ ## 0.2.1 - 2026-09-27
10
+
11
+ ### Changed
12
+
13
+ - Validated native-peer floors track the current SDK 57 line: `expo ~57.0.25`, `expo-asset ~57.0.18`, `react-native ~0.86.3`, and `@react-native-async-storage/async-storage ^2.2.0`. No runtime changes; behavior is identical to 0.2.0.
14
+ - Skia (`2.11.0`), Gesture Handler (`~3.1.0`), Reanimated (`4.5.3`), and Worklets (`0.10.3`) remain intentionally ahead of the SDK 57 template — consuming apps exclude them via `expo.install.exclude` (see Installation).
15
+
9
16
  ## 0.2.0 - 2026-09-27
10
17
 
11
18
  ### Added
package/README.md CHANGED
@@ -26,9 +26,9 @@ Version 0.2 targets the Expo SDK 57 compatibility set:
26
26
 
27
27
  | Package | Supported version |
28
28
  | --- | --- |
29
- | React Native | `~0.86.2` |
29
+ | React Native | `~0.86.3` |
30
30
  | React | `^19.2.3` |
31
- | Expo | `~57.0.10` |
31
+ | Expo | `~57.0.25` |
32
32
  | React Native Skia | `2.11.0` |
33
33
  | Gesture Handler | `~3.1.0` |
34
34
  | Reanimated | `4.5.3` |
@@ -55,7 +55,7 @@ npx expo install react-native-audio-api@0.13.3
55
55
  npx expo install react-native-pulsar@1.7.0
56
56
 
57
57
  # Persistent rn-gamekit/storage adapter
58
- npx expo install @react-native-async-storage/async-storage@2.1.2
58
+ npx expo install @react-native-async-storage/async-storage@2.2.0
59
59
  ```
60
60
 
61
61
  Wrap the application with Gesture Handler's root view:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-gamekit",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "A headless-first 2D game toolkit for React Native and Expo, built for mobile and tablet.",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -140,12 +140,12 @@
140
140
  "typecheck:api": "tsc -p tsconfig.assets.json"
141
141
  },
142
142
  "peerDependencies": {
143
- "@react-native-async-storage/async-storage": "^2.1.0",
143
+ "@react-native-async-storage/async-storage": "^2.2.0",
144
144
  "@shopify/react-native-skia": "2.11.0",
145
- "expo": "~57.0.10",
146
- "expo-asset": "~57.0.8",
145
+ "expo": "~57.0.25",
146
+ "expo-asset": "~57.0.18",
147
147
  "react": "^19.2.3",
148
- "react-native": "~0.86.2",
148
+ "react-native": "~0.86.3",
149
149
  "react-native-audio-api": "^0.13.3",
150
150
  "react-native-gesture-handler": "~3.1.0",
151
151
  "react-native-pulsar": "^1.7.0",
@@ -153,19 +153,19 @@
153
153
  "react-native-worklets": "0.10.3"
154
154
  },
155
155
  "devDependencies": {
156
- "@react-native-async-storage/async-storage": "2.1.2",
156
+ "@react-native-async-storage/async-storage": "2.2.0",
157
157
  "@shopify/react-native-skia": "2.11.0",
158
158
  "@types/node": "^22.0.0",
159
159
  "@types/react": "19.2.18",
160
160
  "@types/react-test-renderer": "^19.1.0",
161
161
  "del-cli": "^7.0.0",
162
162
  "eslint": "^9.39.0",
163
- "expo": "57.0.10",
164
- "expo-asset": "57.0.8",
163
+ "expo": "57.0.25",
164
+ "expo-asset": "57.0.18",
165
165
  "planck": "1.5.0",
166
166
  "react": "19.2.3",
167
167
  "react-dom": "19.2.3",
168
- "react-native": "0.86.2",
168
+ "react-native": "0.86.3",
169
169
  "react-native-audio-api": "0.13.3",
170
170
  "react-native-builder-bob": "^0.43.0",
171
171
  "react-native-gesture-handler": "3.1.0",