react-native-rate-app 1.5.3 → 2.0.0
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/README.md +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,12 +16,14 @@
|
|
|
16
16
|
</a>
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
|
+
> **v2 is here:** Version 2 supports **only the New Architecture**. Versions older than v2 are **no longer maintained**.
|
|
20
|
+
|
|
19
21
|
## Features
|
|
20
22
|
|
|
21
23
|
- 🚀 Easy integration with React Native projects
|
|
22
24
|
- 🔄 Cross-platform support (iOS and Android)
|
|
23
25
|
- 📱 Supports Android 5+ (API level 21+) and iOS 14+
|
|
24
|
-
- 🏗️
|
|
26
|
+
- 🏗️ New Architecture only
|
|
25
27
|
- 🛒 Supports multiple app stores:
|
|
26
28
|
- Google Play Store
|
|
27
29
|
- Samsung Galaxy Store
|
|
@@ -40,8 +42,8 @@ npm install react-native-rate-app
|
|
|
40
42
|
|
|
41
43
|
## Compatibility
|
|
42
44
|
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
+
- **v2:** New Architecture only. No legacy architecture support.
|
|
46
|
+
- **v1.x and below:** **No longer maintained.** Most v1 versions are not compatible with recent React Native versions.
|
|
45
47
|
|
|
46
48
|
## Expo
|
|
47
49
|
|