mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-25 21:05:40 +08:00
iOS changes to switch to JSI
Summary: change RCTCxxBridge to use JSIExecutorFactory+JSCRuntime instead of JSCExecutorFactory. Also remove JSC usage from RN in other files. This allows deleting files, too, which is done further down the stack. Reviewed By: RSNara Differential Revision: D9369111 fbshipit-source-id: 67ef3146e3abe5244b6cf3249a0268598f91b277
This commit is contained in:
committed by
Facebook Github Bot
parent
6796e62bb3
commit
c49d3653ef
@@ -269,12 +269,6 @@ RCT_EXPORT_MODULE()
|
||||
}]];
|
||||
}
|
||||
|
||||
if (devSettings.isJSCSamplingProfilerAvailable) {
|
||||
[items addObject:[RCTDevMenuItem buttonItemWithTitle:@"Start / Stop JS Sampling Profiler" handler:^{
|
||||
[devSettings toggleJSCSamplingProfiler];
|
||||
}]];
|
||||
}
|
||||
|
||||
[items addObject:[RCTDevMenuItem buttonItemWithTitleBlock:^NSString *{
|
||||
return @"Toggle Inspector";
|
||||
} handler:^{
|
||||
|
||||
Reference in New Issue
Block a user