File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
packages/react-native-audio-api Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ Pod::Spec.new do |s|
55
55
'"$(PODS_ROOT)/Headers/Public/React-hermes"' ,
56
56
'"$(PODS_ROOT)/Headers/Public/hermes-engine"' ,
57
57
"\" $(PODS_ROOT)/#{ $config[ :react_native_common_dir ] } \" " ,
58
- "\" $(PODS_ROOT)/#{ $config[ :react_native_audioapi_dir_from_pods_root ] } /ios\" " ,
59
- "\" $(PODS_ROOT)/#{ $config[ :react_native_audioapi_dir_from_pods_root ] } /common/cpp\" " ,
58
+ "\" $(PODS_ROOT)/#{ $config[ :react_native_audioapi_dir_from_pods_root ] } /ios/audioapi/ios \" " ,
59
+ "\" $(PODS_ROOT)/#{ $config[ :react_native_audioapi_dir_from_pods_root ] } /common/cpp/audioapi \" " ,
60
60
] . join ( ' ' ) ,
61
61
'OTHER_CFLAGS' => "$(inherited) #{ folly_flags } #{ fabric_flags } #{ version_flag } "
62
62
}
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ @implementation AudioAPIModule
35
35
36
36
RCT_EXPORT_BLOCKING_SYNCHRONOUS_METHOD (install)
37
37
{
38
- auto *cxxBridge = reinterpret_cast <RCTCxxBridge *>(self.bridge );
39
- auto jsiRuntime = reinterpret_cast <facebook::jsi::Runtime *>(cxxBridge.runtime );
38
+ auto jsiRuntime = reinterpret_cast <facebook::jsi::Runtime *>(self.bridge .runtime );
40
39
41
40
#if defined(RCT_NEW_ARCH_ENABLED)
42
41
auto jsCallInvoker = _callInvoker.callInvoker ;
You can’t perform that action at this time.
0 commit comments