@fadyshawky/react-native-magic 2.1.6 → 2.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fadyshawky/react-native-magic",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
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",
@@ -82,9 +82,7 @@ src/
82
82
 
83
83
  - **React Native**: ^0.84.x (current stable at release).
84
84
  - **React**: ^19.2.x.
85
- - **Node**: >= 20 (LTS).
86
-
87
- Dependencies use **caret (^)** so your app can get patch/minor updates independently.
85
+ - **Node**: >= 24 (LTS).
88
86
 
89
87
  ## Common issues
90
88