From 928e8046a6ec03300213dc74f350f5a391ffeb12 Mon Sep 17 00:00:00 2001 From: Filipe Ramos <146658398+filipe-2@users.noreply.github.com> Date: Thu, 21 May 2026 18:33:58 -0300 Subject: [PATCH 1/2] Mark native-sass as unmaintained Marks `native-sass` as unmaintained in React Native Directory and points users to its maintained successor, `@bibliolab/react-native-fluffle` (added in PR #2472). --- react-native-libraries.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 7a468489..4b5bbf64 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12857,7 +12857,9 @@ "android": true, "web": true, "expoGo": true, - "newArchitecture": true + "newArchitecture": true, + "unmaintained": true, + "alternatives": ["@bibliolab/react-native-fluffle"] }, { "githubUrl": "https://github.com/kore-koi/react-native-media-controller", From 661b21a2430e74165659e5bea55236f59b48ef3a Mon Sep 17 00:00:00 2001 From: Filipe Ramos <146658398+filipe-2@users.noreply.github.com> Date: Thu, 21 May 2026 19:00:08 -0300 Subject: [PATCH 2/2] Remove unmaintained 'native-sass' library entry Removed entry for 'native-sass' from the libraries list, since the repository was deleted. --- react-native-libraries.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 4b5bbf64..cd80bf8a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12850,17 +12850,6 @@ "ios": true, "newArchitecture": true }, - { - "githubUrl": "https://github.com/nativesass/nativesass", - "npmPkg": "native-sass", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true, - "unmaintained": true, - "alternatives": ["@bibliolab/react-native-fluffle"] - }, { "githubUrl": "https://github.com/kore-koi/react-native-media-controller", "npmPkg": "@korekoi/react-native-media-controller",