-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathlibraries.json
More file actions
420 lines (420 loc) · 14.9 KB
/
libraries.json
File metadata and controls
420 lines (420 loc) · 14.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
{
"react-native-async-storage": {
"description": "Asynchronous, persistent key-value storage system for React Native",
"installCommand": "react-native-async-storage",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-blob-util": {
"description": "A module provides upload, download, and files access API",
"installCommand": "react-native-blob-util",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"@react-native-clipboard/clipboard": {
"description": "React Native Clipboard API for iOS and Android",
"installCommand": "@react-native-clipboard/clipboard",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"@react-native-community/datetimepicker": {
"description": "React Native date & time picker component for iOS, Android and Windows",
"installCommand": "@react-native-community/datetimepicker",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-gesture-handler": {
"description": "Declarative API exposing platform native touch and gesture system to React Native",
"installCommand": "react-native-gesture-handler@nightly",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-image-picker": {
"description": "A React Native module that allows you to use native UI to select media from the device library or directly from the camera",
"installCommand": "react-native-image-picker",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-linear-gradient": {
"description": "A <LinearGradient /> component for react-native",
"installCommand": "react-native-linear-gradient",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"@react-native-masked-view/masked-view": {
"description": "React Native MaskedView component",
"installCommand": "@react-native-masked-view/masked-view",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"@react-native-community/netinfo": {
"description": "React Native Network Info API for iOS & Android",
"installCommand": "@react-native-community/netinfo",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-reanimated": {
"description": "React Native's Animated library reimplemented",
"installCommand": "react-native-reanimated@nightly react-native-worklets@nightly",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-worklets": {
"description": "Powerful multithreading engine",
"installCommand": "react-native-worklets@nightly",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-firebase": {
"description": "🔥 A well-tested feature-rich modular Firebase implementation for React Native",
"installCommand": "@react-native-firebase/app",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "",
"patchFile": "patches/react-native-firebase.patch"
},
"react-native-svg": {
"description": "SVG library for React Native, React Native Web, and plain React web projects",
"installCommand": "react-native-svg",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-video": {
"description": "A <Video /> component for react-native",
"installCommand": "react-native-video",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-webview": {
"description": "React Native WebView component for iOS, Android, macOS, and Windows",
"installCommand": "react-native-webview",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-mmkv": {
"description": "The fastest key/value storage for React Native",
"installCommand": "react-native-mmkv react-native-nitro-modules",
"android": true,
"ios": true,
"maintainersUsernames": ["mrousavy"],
"notes": ""
},
"react-native-nitro-modules": {
"description": "Insanely fast native C++, Swift or Kotlin modules with a statically compiled binding layer to JSI",
"installCommand": "react-native-nitro-modules",
"android": true,
"ios": true,
"maintainersUsernames": ["mrousavy"],
"notes": ""
},
"react-native-screens": {
"description": "Native navigation primitives for your React Native app",
"installCommand": "react-native-screens@nightly",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-pager-view": {
"description": "React Native wrapper for the Android ViewPager and iOS UIPageViewController",
"installCommand": "react-native-pager-view",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"@react-native-community/slider": {
"description": "React Native component used to select a single value from a range of values",
"installCommand": "@react-native-community/slider",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"scandit libraries (@stable)": {
"description": "Scandit Data Capture SDK for React Native",
"installCommand": "scandit-react-native-datacapture-barcode scandit-react-native-datacapture-core",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "Additional OSS libs used internally"
},
"react-native-contacts": {
"description": "React Native Contacts for iOS and Android",
"installCommand": "react-native-contacts",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "Additional OSS libs used internally"
},
"react-native-device-info": {
"description": "Device Information for React Native iOS and Android",
"installCommand": "react-native-device-info",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "Additional OSS libs used internally"
},
"react-native-email-link": {
"description": "An easy way to open an email app from a react native app",
"installCommand": "react-native-email-link",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "Additional OSS libs used internally"
},
"@dr.pogodin/react-native-fs": {
"description": "Native filesystem access for react-native",
"installCommand": "@dr.pogodin/react-native-fs",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "Additional OSS libs used internally"
},
"react-native-permissions": {
"description": "An unified permissions API for React Native on iOS, Android and Windows",
"installCommand": "react-native-permissions",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "Additional OSS libs used internally"
},
"react-native-vector-icons": {
"description": "Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling",
"installCommand": "react-native-vector-icons",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "Additional OSS libs used internally"
},
"react-native-masked-view": {
"description": "React Native MaskedView component",
"installCommand": "react-native-masked-view",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "Additional OSS libs used internally"
},
"@react-native-community/image-editor": {
"description": "Image Editor Native Module for React Native",
"installCommand": "@react-native-community/image-editor",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "Additional OSS libs used internally"
},
"@sentry/react-native": {
"description": "Official Sentry SDK for React Native",
"installCommand": "@sentry/react-native",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "One of top most used libraries according to the npm stats"
},
"react-native-edge-to-edge": {
"description": "Enable edge-to-edge display in React Native",
"installCommand": "react-native-edge-to-edge",
"android": true,
"maintainersUsernames": [],
"notes": "One of top most used libraries according to the npm stats"
},
"react-native-share": {
"description": "Social share, sending simple data to other apps",
"installCommand": "react-native-share",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "One of top most used libraries according to the npm stats"
},
"@react-native-async-storage/async-storage": {
"description": "An asynchronous, persistent, key-value storage system for React Native",
"installCommand": "@react-native-async-storage/async-storage",
"android": true,
"ios": true,
"maintainersUsernames": [],
"patchFile": "patches/react-native-async-storage.patch",
"notes": "One of top most used libraries according to the npm stats"
},
"react-native-keyboard-controller": {
"description": "Keyboard manager which works in identical way on both Android and iOS",
"installCommand": "react-native-keyboard-controller",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "One of top most used libraries according to the npm stats"
},
"@shopify/react-native-skia": {
"description": "High-performance React Native Graphics using Skia",
"installCommand": "@shopify/react-native-skia",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "One of top most used libraries according to the npm stats"
},
"lottie-react-native/lottie-react-native": {
"description": "Lottie wrapper for React Native.",
"installCommand": "lottie-react-native",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "One of top most used libraries according to the npm stats"
},
"react-native-iap": {
"description": "In-app purchases for React Native (StoreKit 2 / Play Billing v8).",
"installCommand": "react-native-iap react-native-nitro-modules",
"android": true,
"ios": true,
"maintainersUsernames": ["hyochan"],
"notes": ""
},
"react-native-nitro-sound": {
"description": "Audio recorder & player with native backends. Provides modern hook APIs, supports multiple instances, and ensures stable performance.",
"installCommand": "react-native-nitro-sound react-native-nitro-modules",
"android": true,
"ios": true,
"maintainersUsernames": ["hyochan"],
"notes": ""
},
"react-native-vision-camera": {
"description": "A powerful, high-performance React Native Camera library",
"installCommand": "react-native-vision-camera react-native-nitro-modules react-native-nitro-image",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": "One of top most used libraries according to the npm stats"
},
"@testing-library/react-native": {
"description": "Simple and complete React Native testing utilities that encourage good testing practices",
"installCommand": "--dev @testing-library/react-native",
"android": true,
"ios": true,
"maintainersUsernames": ["mdjastrzebski"],
"notes": "One of top most used libraries according to the npm stats"
},
"react-native-maps": {
"description": "React Native Mapview component for Android and iOS",
"installCommand": "react-native-maps",
"android": true,
"ios": true,
"maintainersUsernames": [""],
"notes": "One of top most used libraries according to the npm stats"
},
"react-native-bootsplash": {
"description": "Show a splash screen during app startup",
"installCommand": "react-native-bootsplash",
"android": true,
"ios": true,
"maintainersUsernames": ["zoontek"],
"notes": "One of top most used libraries according to the npm stats"
},
"react-native-localize": {
"description": "A toolbox for your React Native app localization",
"installCommand": "react-native-localize",
"android": true,
"ios": true,
"maintainersUsernames": ["zoontek"],
"notes": "One of top most used libraries according to the npm stats"
},
"react-native-unistyles": {
"description": "Superset of React Native StyleSheet",
"installCommand": "react-native-unistyles react-native-nitro-modules react-native-edge-to-edge",
"android": true,
"ios": true,
"maintainersUsernames": ["jpudysz", "brentlok"],
"notes": "Popular styling library for React Native"
},
"@react-native-picker/picker": {
"description": "Picker is a cross-platform UI component for selecting an item from a list of options",
"installCommand": "@react-native-picker/picker",
"android": true,
"ios": true,
"maintainersUsernames": ["Naturalclar"],
"notes": "One of top most used libraries according to the npm stats"
},
"react-native-fast-image": {
"description": "A high-performance image component for React Native",
"installCommand": "@d11/react-native-fast-image",
"android": true,
"ios": true,
"maintainersUsernames": [],
"notes": ""
},
"react-native-restart-newarch": {
"description": "A React Native library to restart the app using the New Architecture.",
"installCommand": "react-native-restart-newarch",
"android": true,
"ios": true,
"maintainersUsernames": ["ahmedawaad1804", "newarch-mansion"],
"notes": "A popular library for React Native projects built with the New Architecture."
},
"@braze/react-native-sdk": {
"description": "A customer engagement platform for delivering cross-channel messaging experiences",
"installCommand": "@braze/react-native-sdk",
"android": true,
"ios": true,
"maintainersUsernames": ["jerielng", "sircelsius", "hokstuff"],
"notes": ""
},
"@react-native-google-signin/google-signin": {
"description": "Google Sign-in for your React Native applications",
"installCommand": "@react-native-google-signin/google-signin",
"android": true,
"ios": true,
"maintainersUsernames": ["vonovak"],
"notes": ""
},
"react-native-pdf": {
"description": "A <Pdf /> component for react-native",
"installCommand": "react-native-pdf",
"android": true,
"ios": true,
"maintainersUsernames": ["wonday"],
"notes": ""
},
"react-native-file-access": {
"description": "Filesystem access for React Native",
"installCommand": "react-native-file-access",
"android": true,
"ios": true,
"maintainersUsernames": ["alpha0010"],
"notes": ""
},
"@maplibre/maplibre-react-native": {
"description": "React Native library for creating maps with MapLibre Native for Android & iOS",
"installCommand": "@maplibre/maplibre-react-native",
"android": true,
"ios": true,
"maintainersUsernames": ["KiwiKilian", "tyrauber"],
"notes": "",
"patchFile": "patches/maplibre-react-native.patch"
}
}