Skip to content

Commit 6e5f0e2

Browse files
authored
Add posthog-react-native-session-replay and i18next to libraries (#1569)
1 parent 9a911f4 commit 6e5f0e2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

react-native-libraries.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14249,5 +14249,20 @@
1424914249
"examples": ["https://github.com/evergrace-co/react-native-audio-pro/tree/main/example"],
1425014250
"ios": true,
1425114251
"android": true
14252-
}
14252+
},
14253+
{
14254+
"githubUrl": "https://github.com/i18next/i18next",
14255+
"npmPkg": "i18next",
14256+
"examples": ["https://github.com/i18next/i18next/tree/master/examples/typescript"],
14257+
"ios": true,
14258+
"android": true,
14259+
"web": true
14260+
},
14261+
{
14262+
"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+
}
1425314268
]

0 commit comments

Comments
 (0)