Skip to content

Commit

Permalink
fix: fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed May 13, 2024
1 parent c4d2503 commit d0c4ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/src/main/java/com/hnswlib/HnswlibModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import com.facebook.react.bridge.Promise;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactMethod;
import com.facebook.react.turbomodule.core.CallInvokerHolderImpl;

public class HnswlibModule extends HnswlibSpec {
public static final String NAME = "Hnswlib";
Expand Down
1 change: 1 addition & 0 deletions react-native-hnswlib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Pod::Spec.new do |s|
s.dependency "RCTRequired"
s.dependency "RCTTypeSafety"
s.dependency "ReactCommon/turbomodule/core"
s.dependency "React-callinvoker"
end
end
end

0 comments on commit d0c4ef3

Please sign in to comment.