Skip to content

Commit dd2bfc1

Browse files
committed
Remove worklets
1 parent aec5945 commit dd2bfc1

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"dev-packages/e2e-tests",
4747
"dev-packages/type-check",
4848
"dev-packages/utils",
49+
"samples/react-native",
4950
"samples/react-native-macos",
5051
"samples/expo",
51-
"samples/react-native",
5252
"performance-tests/TestAppPlain",
5353
"performance-tests/TestAppSentry"
5454
],

samples/react-native/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"react-native-screens": "^4.13.1",
4444
"react-native-svg": "^15.12.1",
4545
"react-native-webview": "^13.15.0",
46-
"react-native-worklets": "^0.4.1",
4746
"react-redux": "^9.2.0",
4847
"setimmediate": "^1.0.5"
4948
},

yarn.lock

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26335,28 +26335,6 @@ __metadata:
2633526335
languageName: node
2633626336
linkType: hard
2633726337

26338-
"react-native-worklets@npm:^0.4.1":
26339-
version: 0.4.1
26340-
resolution: "react-native-worklets@npm:0.4.1"
26341-
dependencies:
26342-
"@babel/plugin-transform-arrow-functions": ^7.0.0-0
26343-
"@babel/plugin-transform-class-properties": ^7.0.0-0
26344-
"@babel/plugin-transform-classes": ^7.0.0-0
26345-
"@babel/plugin-transform-nullish-coalescing-operator": ^7.0.0-0
26346-
"@babel/plugin-transform-optional-chaining": ^7.0.0-0
26347-
"@babel/plugin-transform-shorthand-properties": ^7.0.0-0
26348-
"@babel/plugin-transform-template-literals": ^7.0.0-0
26349-
"@babel/plugin-transform-unicode-regex": ^7.0.0-0
26350-
"@babel/preset-typescript": ^7.16.7
26351-
convert-source-map: ^2.0.0
26352-
peerDependencies:
26353-
"@babel/core": ^7.0.0-0
26354-
react: "*"
26355-
react-native: "*"
26356-
checksum: c6b0f0598ddc9eb7a6053b72bb86a374fc4b159fbc9dd740dde900fccdfb87bb7439a354d309618511c20bef4b4ab72ca31507b414fb8bd306b78bd31e1c507b
26357-
languageName: node
26358-
linkType: hard
26359-
2636026338
"react-native@npm:0.70.15":
2636126339
version: 0.70.15
2636226340
resolution: "react-native@npm:0.70.15"
@@ -28092,7 +28070,6 @@ __metadata:
2809228070
react-native-screens: ^4.13.1
2809328071
react-native-svg: ^15.12.1
2809428072
react-native-webview: ^13.15.0
28095-
react-native-worklets: ^0.4.1
2809628073
react-redux: ^9.2.0
2809728074
react-test-renderer: 19.1.0
2809828075
sentry-react-native-samples-utils: "workspace:^"

0 commit comments

Comments
 (0)