Skip to content

Commit 19f891f

Browse files
authored
libraries: add react-native-iap and react-native-audio-recorder-player (#19)
1 parent 246485f commit 19f891f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

libraries.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,22 @@
278278
"maintainersUsernames": [],
279279
"notes": "One of top most used libraries according to the npm stats"
280280
},
281+
"react-native-iap": {
282+
"description": "In-app purchases for React Native (StoreKit 2 / Play Billing v8).",
283+
"installCommand": "react-native-nitro-modules react-native-iap",
284+
"android": true,
285+
"ios": true,
286+
"maintainersUsernames": ["hyochan"],
287+
"notes": ""
288+
},
289+
"react-native-audio-recorder-player": {
290+
"description": "Cross-platform audio recorder & player with native backends.",
291+
"installCommand": "react-native-nitro-modules react-native-audio-recorder-player",
292+
"android": true,
293+
"ios": true,
294+
"maintainersUsernames": ["hyochan"],
295+
"notes": ""
296+
},
281297
"react-native-vision-camera": {
282298
"description": "A powerful, high-performance React Native Camera library",
283299
"installCommand": "react-native-vision-camera",

0 commit comments

Comments
 (0)