Skip to content

Commit 057201c

Browse files
Adding react-native-check-version (#1571)
1 parent 8923f7f commit 057201c

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

react-native-libraries.json

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14260,17 +14260,26 @@
1426014260
},
1426114261
{
1426214262
"githubUrl": "https://github.com/PostHog/posthog-react-native-session-replay",
14263-
"npmPkg": "posthog-react-native-session-replay",
14264-
"examples": ["https://github.com/PostHog/posthog-react-native-session-replay/tree/main/example"],
14265-
"ios": true,
14266-
"android": true
14267-
},
14268-
{
14269-
"githubUrl": "https://github.com/pioner92/rn-fade-wrapper",
14270-
"npmPkg": "rn-fade-wrapper",
14271-
"examples": ["https://github.com/pioner92/rn-fade-wrapper/tree/main/example"],
14272-
"ios": true,
14273-
"android": true,
14274-
"newArchitecture": true
14275-
}
14263+
"npmPkg": "posthog-react-native-session-replay",
14264+
"examples": ["https://github.com/PostHog/posthog-react-native-session-replay/tree/main/example"],
14265+
"ios": true,
14266+
"android": true
14267+
},
14268+
{
14269+
"githubUrl": "https://github.com/pioner92/rn-fade-wrapper",
14270+
"npmPkg": "rn-fade-wrapper",
14271+
"examples": ["https://github.com/pioner92/rn-fade-wrapper/tree/main/example"],
14272+
"ios": true,
14273+
"android": true,
14274+
"newArchitecture": true
14275+
},
14276+
{
14277+
"githubUrl": "https://github.com/tschoffelen/react-native-check-version",
14278+
"ios": true,
14279+
"android": true,
14280+
"web": true,
14281+
"expoGo": true,
14282+
"unmaintained": false,
14283+
"newArchitecture": true
14284+
}
1427614285
]

0 commit comments

Comments
 (0)