Skip to content

Commit ea2e23f

Browse files
committed
fixed JSI with hermes on RN0.70
1 parent 64a04ed commit ea2e23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/react-native-fast-rsa.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ namespace fastRSA {
131131
auto rejectFunction = arguments[1].getObject(runtime).asFunction(
132132
runtime);
133133

134-
auto response = fastRSA::call(runtime, *nameFuture, *payloadFuture);
134+
auto response = call(runtime, *nameFuture, *payloadFuture);
135135

136136
if (response.isString()) {
137137
rejectFunction.call(runtime, response);

0 commit comments

Comments
 (0)