Skip to content

Commit aa3ce98

Browse files
committed
fix: remove rn screens
1 parent 48c30b2 commit aa3ce98

File tree

4 files changed

+1
-83
lines changed

4 files changed

+1
-83
lines changed

examples/SampleApp/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import 'react-native-gesture-handler';
22
import { AppRegistry } from 'react-native';
3-
import { enableScreens } from 'react-native-screens';
43

54
import App from './App';
65
import { name as appName } from './app.json';
76

8-
enableScreens();
97
AppRegistry.registerComponent(appName, () => App);

examples/SampleApp/ios/Podfile.lock

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,57 +1754,6 @@ PODS:
17541754
- ReactCommon/turbomodule/bridging
17551755
- ReactCommon/turbomodule/core
17561756
- Yoga
1757-
- RNScreens (4.11.1):
1758-
- DoubleConversion
1759-
- glog
1760-
- hermes-engine
1761-
- RCT-Folly (= 2024.11.18.00)
1762-
- RCTRequired
1763-
- RCTTypeSafety
1764-
- React-Core
1765-
- React-debug
1766-
- React-Fabric
1767-
- React-featureflags
1768-
- React-graphics
1769-
- React-hermes
1770-
- React-ImageManager
1771-
- React-jsi
1772-
- React-NativeModulesApple
1773-
- React-RCTFabric
1774-
- React-RCTImage
1775-
- React-renderercss
1776-
- React-rendererdebug
1777-
- React-utils
1778-
- ReactCodegen
1779-
- ReactCommon/turbomodule/bridging
1780-
- ReactCommon/turbomodule/core
1781-
- RNScreens/common (= 4.11.1)
1782-
- Yoga
1783-
- RNScreens/common (4.11.1):
1784-
- DoubleConversion
1785-
- glog
1786-
- hermes-engine
1787-
- RCT-Folly (= 2024.11.18.00)
1788-
- RCTRequired
1789-
- RCTTypeSafety
1790-
- React-Core
1791-
- React-debug
1792-
- React-Fabric
1793-
- React-featureflags
1794-
- React-graphics
1795-
- React-hermes
1796-
- React-ImageManager
1797-
- React-jsi
1798-
- React-NativeModulesApple
1799-
- React-RCTFabric
1800-
- React-RCTImage
1801-
- React-renderercss
1802-
- React-rendererdebug
1803-
- React-utils
1804-
- ReactCodegen
1805-
- ReactCommon/turbomodule/bridging
1806-
- ReactCommon/turbomodule/core
1807-
- Yoga
18081757
- SocketRocket (0.7.1)
18091758
- Yoga (0.0.0)
18101759

@@ -1882,7 +1831,6 @@ DEPENDENCIES:
18821831
- ReactCodegen (from `build/generated/ios`)
18831832
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
18841833
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
1885-
- RNScreens (from `../node_modules/react-native-screens`)
18861834
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
18871835

18881836
SPEC REPOS:
@@ -2033,8 +1981,6 @@ EXTERNAL SOURCES:
20331981
:path: "../node_modules/react-native/ReactCommon"
20341982
RNGestureHandler:
20351983
:path: "../node_modules/react-native-gesture-handler"
2036-
RNScreens:
2037-
:path: "../node_modules/react-native-screens"
20381984
Yoga:
20391985
:path: "../node_modules/react-native/ReactCommon/yoga"
20401986

@@ -2110,7 +2056,6 @@ SPEC CHECKSUMS:
21102056
ReactCodegen: 5a3b071aec923e67260550b3f65329f844d691fa
21112057
ReactCommon: 1dce2374d9dc2cdf634244f1584513b606512750
21122058
RNGestureHandler: 2fa49aef8b58d35bcc61abe06ffecc4bcc5268a4
2113-
RNScreens: d9d5d8a2a484bb4446968bfa00db991f1117db44
21142059
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
21152060
Yoga: b2eaabf17044cd4273a661b14eb83f9fd2c90491
21162061

examples/SampleApp/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"react": "19.0.0",
3030
"react-native": "^0.79.3",
3131
"react-native-gesture-handler": "^2.26.0",
32-
"react-native-safe-area-context": "^5.4.1",
33-
"react-native-screens": "^4.11.1"
32+
"react-native-safe-area-context": "^5.4.1"
3433
},
3534
"devDependencies": {
3635
"@babel/core": "^7.27.4",

examples/SampleApp/yarn.lock

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6174,11 +6174,6 @@ react-devtools-core@^6.1.1:
61746174
shell-quote "^1.6.1"
61756175
ws "^7"
61766176

6177-
react-freeze@^1.0.0:
6178-
version "1.0.4"
6179-
resolved "https://registry.yarnpkg.com/react-freeze/-/react-freeze-1.0.4.tgz#cbbea2762b0368b05cbe407ddc9d518c57c6f3ad"
6180-
integrity sha512-r4F0Sec0BLxWicc7HEyo2x3/2icUTrRmDjaaRyzzn+7aDyFZliszMDOgLVwSnQnYENOlL1o569Ze2HZefk8clA==
6181-
61826177
react-is@^16.13.1, react-is@^16.7.0:
61836178
version "16.13.1"
61846179
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
@@ -6213,25 +6208,11 @@ react-native-gesture-handler@^2.26.0:
62136208
hoist-non-react-statics "^3.3.0"
62146209
invariant "^2.2.4"
62156210

6216-
react-native-is-edge-to-edge@^1.1.7:
6217-
version "1.1.7"
6218-
resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.7.tgz#28947688f9fafd584e73a4f935ea9603bd9b1939"
6219-
integrity sha512-EH6i7E8epJGIcu7KpfXYXiV2JFIYITtq+rVS8uEb+92naMRBdxhTuS8Wn2Q7j9sqyO0B+Xbaaf9VdipIAmGW4w==
6220-
62216211
react-native-safe-area-context@^5.4.1:
62226212
version "5.4.1"
62236213
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.4.1.tgz#6d04eac20f99622fa13895fa7ae96199f1ecf800"
62246214
integrity sha512-x+g3NblZ9jof8y+XkVvaGlpMrSlixhrJJ33BRzhTAKUKctQVecO1heSXmzxc5UdjvGYBKS6kPZVUw2b8NxHcPg==
62256215

6226-
react-native-screens@^4.11.1:
6227-
version "4.11.1"
6228-
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-4.11.1.tgz#7d0f3d313d8ddc1e55437c5e038f15f8805dc991"
6229-
integrity sha512-F0zOzRVa3ptZfLpD0J8ROdo+y1fEPw+VBFq1MTY/iyDu08al7qFUO5hLMd+EYMda5VXGaTFCa8q7bOppUszhJw==
6230-
dependencies:
6231-
react-freeze "^1.0.0"
6232-
react-native-is-edge-to-edge "^1.1.7"
6233-
warn-once "^0.1.0"
6234-
62356216
react-native@^0.79.3:
62366217
version "0.79.3"
62376218
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.79.3.tgz#16580ca202016c75e3c61116fcfe3b30f6d762fc"
@@ -7244,11 +7225,6 @@ walker@^1.0.7, walker@^1.0.8:
72447225
dependencies:
72457226
makeerror "1.0.12"
72467227

7247-
warn-once@^0.1.0:
7248-
version "0.1.1"
7249-
resolved "https://registry.yarnpkg.com/warn-once/-/warn-once-0.1.1.tgz#952088f4fb56896e73fd4e6a3767272a3fccce43"
7250-
integrity sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q==
7251-
72527228
wcwidth@^1.0.1:
72537229
version "1.0.1"
72547230
resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"

0 commit comments

Comments
 (0)