diff --git a/react-native-libraries.json b/react-native-libraries.json index 4bb98f3d9..6c00abeec 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14260,17 +14260,26 @@ }, { "githubUrl": "https://github.com/PostHog/posthog-react-native-session-replay", - "npmPkg": "posthog-react-native-session-replay", - "examples": ["https://github.com/PostHog/posthog-react-native-session-replay/tree/main/example"], - "ios": true, - "android": true - }, - { - "githubUrl": "https://github.com/pioner92/rn-fade-wrapper", - "npmPkg": "rn-fade-wrapper", - "examples": ["https://github.com/pioner92/rn-fade-wrapper/tree/main/example"], - "ios": true, - "android": true, - "newArchitecture": true - } + "npmPkg": "posthog-react-native-session-replay", + "examples": ["https://github.com/PostHog/posthog-react-native-session-replay/tree/main/example"], + "ios": true, + "android": true + }, + { + "githubUrl": "https://github.com/pioner92/rn-fade-wrapper", + "npmPkg": "rn-fade-wrapper", + "examples": ["https://github.com/pioner92/rn-fade-wrapper/tree/main/example"], + "ios": true, + "android": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/tschoffelen/react-native-check-version", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "unmaintained": false, + "newArchitecture": true + } ]