From 0f2c96ed509a6dc410f598fdd553e7637887308e Mon Sep 17 00:00:00 2001 From: Quan Pham Date: Tue, 21 Jul 2026 18:50:18 +0700 Subject: [PATCH 1/2] Add @doko/react-native-pdf-editor to the directory --- react-native-libraries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 6bdf0673..e607aad1 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23492,5 +23492,11 @@ "newArchitecture": "new-arch-only", "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/Doko-Demo-Doa/react-native-pdf-editor", + "examples": ["https://github.com/Doko-Demo-Doa/react-native-pdf-editor/tree/HEAD/example"], + "ios": true, + "android": true } ] From 4fc16db7ec0b55e10c4724485f1442cfd50d7c76 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 21 Jul 2026 14:52:41 +0200 Subject: [PATCH 2/2] add correct npmPkg --- react-native-libraries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 32ddce33..13dba164 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23557,6 +23557,7 @@ }, { "githubUrl": "https://github.com/Doko-Demo-Doa/react-native-pdf-editor", + "npmPkg": "@doko/react-native-pdf-editor", "examples": ["https://github.com/Doko-Demo-Doa/react-native-pdf-editor/tree/HEAD/example"], "ios": true, "android": true