Skip to content

Commit 3aa309f

Browse files
authored
add few new, and update few existing libs based on the fetch logs (#2201)
1 parent 14739a8 commit 3aa309f

File tree

1 file changed

+49
-3
lines changed

1 file changed

+49
-3
lines changed

react-native-libraries.json

Lines changed: 49 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18568,7 +18568,8 @@
1856818568
"android": true
1856918569
},
1857018570
{
18571-
"githubUrl": "https://github.com/quantizor/markdown-to-jsx",
18571+
"githubUrl": "https://github.com/quantizor/markdown-to-jsx/tree/main/lib",
18572+
"npmPkg": "markdown-to-jsx",
1857218573
"ios": true,
1857318574
"android": true,
1857418575
"newArchitecture": true
@@ -19458,8 +19459,8 @@
1945819459
"ios": true
1945919460
},
1946019461
{
19461-
"githubUrl": "https://github.com/luoxuhai/react-native-avif",
19462-
"examples": ["https://github.com/luoxuhai/react-native-avif/tree/main/example"],
19462+
"githubUrl": "https://github.com/luoxuhai/react-native-media-view",
19463+
"examples": ["https://github.com/luoxuhai/react-native-media-view/tree/main/example"],
1946319464
"ios": true,
1946419465
"newArchitecture": "new-arch-only"
1946519466
},
@@ -19583,5 +19584,50 @@
1958319584
],
1958419585
"android": true,
1958519586
"newArchitecture": true
19587+
},
19588+
{
19589+
"githubUrl": "https://github.com/superfan-app/spotify-auth",
19590+
"npmPkg": "@superfan-app/spotify-auth",
19591+
"android": true,
19592+
"ios": true,
19593+
"newArchitecture": true
19594+
},
19595+
{
19596+
"githubUrl": "https://github.com/ArturKalach/react-native-a11y",
19597+
"images": [
19598+
"https://raw.githubusercontent.com/ArturKalach/react-native-a11y/master/.github/images/ios-reader.gif",
19599+
"https://raw.githubusercontent.com/ArturKalach/react-native-a11y/master/.github/images/android-reader.gif",
19600+
"https://raw.githubusercontent.com/ArturKalach/react-native-a11y/master/.github/images/ios-keyboard.gif",
19601+
"https://raw.githubusercontent.com/ArturKalach/react-native-a11y/master/.github/images/android-keyboard.gif"
19602+
],
19603+
"android": true,
19604+
"ios": true
19605+
},
19606+
{
19607+
"githubUrl": "https://github.com/ArturKalach/react-native-external-keyboard",
19608+
"images": [
19609+
"https://raw.githubusercontent.com/ArturKalach/react-native-external-keyboard/main/.github/images/rnek-ios-example.gif",
19610+
"https://raw.githubusercontent.com/ArturKalach/react-native-external-keyboard/main/.github/images/rnek-android-example.gif",
19611+
"https://raw.githubusercontent.com/ArturKalach/react-native-external-keyboard/main/.github/images/rnek-focus-lock-ios.gif",
19612+
"https://raw.githubusercontent.com/ArturKalach/react-native-external-keyboard/main/.github/images/rnek-focus-lock-android.gif"
19613+
],
19614+
"android": true,
19615+
"ios": true,
19616+
"newArchitecture": true
19617+
},
19618+
{
19619+
"githubUrl": "https://github.com/ArturKalach/react-native-a11y-container",
19620+
"examples": ["https://github.com/ArturKalach/react-native-a11y-container/tree/master/example"],
19621+
"android": true,
19622+
"ios": true,
19623+
"newArchitecture": true
19624+
},
19625+
{
19626+
"githubUrl": "https://github.com/factorialco/f0/tree/main/packages/react-native",
19627+
"npmPkg": "@factorialco/f0-react-native",
19628+
"android": true,
19629+
"ios": true,
19630+
"expoGo": true,
19631+
"newArchitecture": true
1958619632
}
1958719633
]

0 commit comments

Comments
 (0)