@squad-sports/react-native 1.3.1 → 1.3.2

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -17,8 +17,8 @@ npm install @squad-sports/react-native @squad-sports/core
17
17
  ```bash
18
18
  npm install react-native-gesture-handler react-native-safe-area-context \
19
19
  @react-navigation/native @react-navigation/native-stack \
20
- @react-native-async-storage/async-storage \
21
- react-native-sse expo-secure-store expo-av expo-image expo-image-picker
20
+ @react-native-async-storage/async-storage @gorhom/bottom-sheet \
21
+ recoil react-native-sse expo-secure-store expo-av expo-image
22
22
  ```
23
23
 
24
24
  ## Quick Start
@@ -83,7 +83,7 @@ Full integration guide, API reference, and configuration options:
83
83
 
84
84
  ## Requirements
85
85
 
86
- - React Native 0.73+
86
+ - React Native 0.72+
87
87
  - React 18+
88
88
  - iOS 15+ / Android SDK 24+ (Android 7.0)
89
89
  - Expo SDK 50+ (if using Expo)
package/package.json CHANGED
@@ -1,10 +1,12 @@
1
1
  {
2
2
  "name": "@squad-sports/react-native",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Squad Sports Experience SDK for React Native",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
7
- "files": ["src"],
7
+ "files": [
8
+ "src"
9
+ ],
8
10
  "scripts": {
9
11
  "build": "echo 'RN package uses source directly'",
10
12
  "typecheck": "tsc --noEmit",