Skip to content

Commit 1e0e923

Browse files
committed
fix: adnroid crash
1 parent d8034c0 commit 1e0e923

File tree

5 files changed

+7
-27
lines changed

5 files changed

+7
-27
lines changed

examples/hybrid/babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
module.exports = {
22
presets: ['module:metro-react-native-babel-preset'],
3-
plugins: ['react-native-reanimated/plugin'],
43
};

examples/hybrid/ios/HybridSampleApp/MainViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ - (void)viewDidLoad {
1313
// Do any additional setup after loading the view.
1414
}
1515
- (IBAction)startReactNative:(UIButton *)sender {
16-
NSURL *jsCodeLocation = [NSURL URLWithString:@"http://localhost:8080/index.bundle?platform=ios"];
16+
NSURL *jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.bundle?platform=ios"];
1717

1818
RCTRootView *rootView =
1919
[[RCTRootView alloc] initWithBundleURL: jsCodeLocation

examples/hybrid/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@
3030
"prettier": "2.8.8",
3131
"react-test-renderer": "18.3.1",
3232
"typescript": "5.0.4"
33-
},
34-
"engines": {
35-
"node": ">=18"
3633
}
3734
}

examples/hybrid/react-native.config.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/hybrid/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2042,9 +2042,9 @@ accepts@^1.3.7, accepts@~1.3.5, accepts@~1.3.7:
20422042
negotiator "0.6.3"
20432043

20442044
acorn@^8.8.2:
2045-
version "8.13.0"
2046-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.13.0.tgz#2a30d670818ad16ddd6a35d3842dacec9e5d7ca3"
2047-
integrity sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==
2045+
version "8.14.0"
2046+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
2047+
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
20482048

20492049
anser@^1.4.9:
20502050
version "1.4.10"
@@ -4974,9 +4974,9 @@ regjsgen@^0.8.0:
49744974
integrity sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==
49754975

49764976
regjsparser@^0.11.0:
4977-
version "0.11.1"
4978-
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.11.1.tgz#ae55c74f646db0c8fcb922d4da635e33da405149"
4979-
integrity sha512-1DHODs4B8p/mQHU9kr+jv8+wIC9mtG4eBHxWxIq5mhjE3D5oORhCc6deRKzTjs9DcfRFmj9BHSDguZklqCGFWQ==
4977+
version "0.11.2"
4978+
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.11.2.tgz#7404ad42be00226d72bcf1f003f1f441861913d8"
4979+
integrity sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==
49804980
dependencies:
49814981
jsesc "~3.0.2"
49824982

0 commit comments

Comments
 (0)