Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解决react-nativev68 ios debug 报错的问题 #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### v 2.4.9
- ios 解决react-nativev68 ios debug 报错的问题
### v 2.4.8
- android 更新到 2.7.2,iOS sdk更新到2.7.1 。

Expand Down
2 changes: 1 addition & 1 deletion ios/RCTJVerificationModule/RCTJVerificationModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ + (BOOL)requiresMainQueueSetup
rctView = [[RCTRootView alloc] initWithBridge:self.bridge moduleName:viewParams[i][CUSTOM_VIEW_NAME] initialProperties:nil];
}
else {
NSURL *jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
NSURL *jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];
rctView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation moduleName:viewParams[i][CUSTOM_VIEW_NAME] initialProperties:nil launchOptions:nil];
}
NSArray *point = viewParams[i][CUSTOM_VIEW_POINT];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"license": "ISC",
"author": "wicked.tc130",
"version": "2.4.8",
"version": "2.4.9",
"repository": {
"type": "git",
"url": "https://github.com/jpush/jverification-react-native"
Expand Down