Skip to content

Commit c351efc

Browse files
committed
fix: old arch
1 parent 4924150 commit c351efc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/document-viewer/android/src/paper/java/com/reactnativedocumentviewer/NativeDocumentViewerSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ public NativeDocumentViewerSpec(ReactApplicationContext reactContext) {
3434

3535
@ReactMethod
3636
@DoNotStrip
37-
public abstract void viewDocument(String bookmarkOrUri, String permissions, @Nullable String mimeType, @Nullable String title, @Nullable String presentationStyle, Promise promise);
37+
public abstract void viewDocument(String bookmarkOrUri, String permissions, @Nullable String mimeType, @Nullable String title, @Nullable String androidApplicationId, @Nullable String presentationStyle, Promise promise);
3838
}

0 commit comments

Comments
 (0)