react-native-resource-calendar 1.1.2 → 1.1.3

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 +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,11 +22,23 @@ https://github.com/user-attachments/assets/68fe0283-73ce-4689-8241-6587b817ecbd
22
22
 
23
23
  ## 📦 Installation
24
24
 
25
+ This library supports multiple Expo SDK versions via npm dist-tags.
26
+
27
+ ✅ Expo SDK 54 (default / latest)
25
28
  ```bash
26
29
  npm install react-native-resource-calendar
27
30
  # or
28
31
  yarn add react-native-resource-calendar
29
32
  ```
33
+ This installs the latest release, compatible with Expo SDK 54.
34
+
35
+ 🧭 Expo SDK 53 (legacy)
36
+ ```bash
37
+ npm install react-native-resource-calendar@legacy
38
+ # or
39
+ yarn add react-native-resource-calendar@legacy
40
+ ```
41
+ Use this if your app is still running Expo SDK 53.
30
42
 
31
43
  ## ⚙️ Peer Dependencies
32
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-resource-calendar",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "A flexible, performant, and themeable React Native calendar for scheduling apps",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",