From 01a72682cd3e5cc1a719139d68bebfd01b51062b Mon Sep 17 00:00:00 2001 From: roshab <126071843+roshab007@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:42:45 +0530 Subject: [PATCH] Add expo-plugin-fastlane to the directory (#2554) --- react-native-libraries.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 8954f21f5..10a92ba09 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -22025,5 +22025,19 @@ "android": true, "expoGo": true, "configPlugin": true + }, + { + "githubUrl": "https://github.com/roshab007/expo-plugin-fastlane", + "expoGo": true, + "android": true, + "ios": true, + "configPlugin": true + }, + { + "githubUrl": "https://github.com/roshab007/reacto-loader", + "expoGo": true, + "android": true, + "ios": true, + "web": true } ]