From 192722bdbd4f11ebc14cfc0e13f510355896e25b Mon Sep 17 00:00:00 2001 From: Yash Kumar Jha <100863383+Yash-dott@users.noreply.github.com> Date: Wed, 15 Jul 2026 11:56:52 +0530 Subject: [PATCH 1/2] Add @nexara/nativeflow to the directory --- react-native-libraries.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index f65533f7..e63c88cc 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23428,5 +23428,15 @@ "examples": ["https://github.com/phaelor/react-native-app-inspector/tree/HEAD/example"], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/Yash-dott/nexara-nativeflow", + "npmPkg": "@nexara/nativeflow", + "examples": ["https://nexara-nativeflow-docs.onrender.com"], + "newArchitecture": true, + "ios": true, + "android": true, + "web": true, + "expoGo": true } ] From 2225e98f5ca68db03ee917176b2be18a3dbdacd2 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Wed, 15 Jul 2026 09:27:11 +0200 Subject: [PATCH 2/2] Add project example --- react-native-libraries.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index e63c88cc..9c2f8c63 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23432,7 +23432,10 @@ { "githubUrl": "https://github.com/Yash-dott/nexara-nativeflow", "npmPkg": "@nexara/nativeflow", - "examples": ["https://nexara-nativeflow-docs.onrender.com"], + "examples": [ + "https://github.com/Yash-dott/nexara-nativeflow/tree/main/example", + "https://nexara-nativeflow-docs.onrender.com" + ], "newArchitecture": true, "ios": true, "android": true,