@fadyshawky/react-native-magic 2.1.9 → 2.2.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,9 +82,8 @@ src/
|
|
|
82
82
|
|
|
83
83
|
- **React Native**: ^0.84.x (current stable at release).
|
|
84
84
|
- **React**: ^19.2.x.
|
|
85
|
-
- **Node**: >=
|
|
85
|
+
- **Node**: >= 24 (LTS).
|
|
86
86
|
|
|
87
|
-
Dependencies use **caret (^)** so your app can get patch/minor updates independently.
|
|
88
87
|
|
|
89
88
|
## Common issues
|
|
90
89
|
|
|
@@ -94,6 +93,7 @@ Dependencies use **caret (^)** so your app can get patch/minor updates independe
|
|
|
94
93
|
cd ios && pod deintegrate && pod install && cd ..
|
|
95
94
|
```
|
|
96
95
|
|
|
96
|
+
|
|
97
97
|
**Android – Gradle / SDK**
|
|
98
98
|
|
|
99
99
|
- Run `./gradlew clean` in `android/`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fadyshawky/react-native-magic",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Plug-and-play React Native template: TypeScript, Redux, React Navigation, scalable architecture. Init and start developing without hassle.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native-magic",
|