@fadyshawky/react-native-magic 1.0.9 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fadyshawky/react-native-magic",
3
- "version": "1.0.9",
3
+ "version": "2.0.0",
4
4
  "description": "react native template with ready components, hooks, react navigation, redux, typescript, etc.",
5
5
  "keywords": [
6
6
  "react-native-magic",
@@ -56,6 +56,7 @@
56
56
  "react-native-permissions": "^5.2.1",
57
57
  "react-native-reanimated": "^3.16.6",
58
58
  "react-native-reanimated-carousel": "^3.5.1",
59
+ "react-native-restart": "^0.0.27",
59
60
  "react-native-safe-area-context": "^5.0.0",
60
61
  "react-native-screens": "^4.4.0",
61
62
  "react-native-sfsymbols": "^1.2.2",
@@ -13217,6 +13218,16 @@
13217
13218
  "react-native-reanimated": ">=3.0.0"
13218
13219
  }
13219
13220
  },
13221
+ "node_modules/react-native-restart": {
13222
+ "version": "0.0.27",
13223
+ "resolved": "https://registry.npmjs.org/react-native-restart/-/react-native-restart-0.0.27.tgz",
13224
+ "integrity": "sha512-8KScVICrXwcTSJ1rjWkqVTHyEKQIttm5AIMGSK1QG1+RS5owYlE4z/1DykOTdWfVl9l16FIk0w9Xzk9ZO6jxlA==",
13225
+ "license": "MIT",
13226
+ "peerDependencies": {
13227
+ "react": "*",
13228
+ "react-native": "*"
13229
+ }
13230
+ },
13220
13231
  "node_modules/react-native-safe-area-context": {
13221
13232
  "version": "5.0.0",
13222
13233
  "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.0.0.tgz",
@@ -67,6 +67,7 @@
67
67
  "react-native-permissions": "^5.2.1",
68
68
  "react-native-reanimated": "^3.16.6",
69
69
  "react-native-reanimated-carousel": "^3.5.1",
70
+ "react-native-restart": "^0.0.27",
70
71
  "react-native-safe-area-context": "^5.0.0",
71
72
  "react-native-screens": "^4.4.0",
72
73
  "react-native-sfsymbols": "^1.2.2",