Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions react-native-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -7949,15 +7949,19 @@
},
{
"githubUrl": "https://github.com/douglasjunior/react-native-recaptcha-that-works",
"npmPkg": "react-native-recaptcha-that-works",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is redundant, if you run yarn libraries:cleanup this key will be gone.

Comment thread
Simek marked this conversation as resolved.
Outdated
"examples": [
"https://github.com/douglasjunior/react-native-recaptcha-that-works/tree/master/Sample"
"https://github.com/douglasjunior/react-native-recaptcha-that-works/tree/master/Sample",
"https://snack.expo.dev/@douglasjunior/react-native-recaptcha-that-works"
],
"images": [
"https://raw.githubusercontent.com/douglasjunior/react-native-recaptcha-that-works/master/screenshots/normal.gif",
"https://raw.githubusercontent.com/douglasjunior/react-native-recaptcha-that-works/master/screenshots/invisible.gif"
],
"ios": true,
"android": true
"android": true,
"expoGo": true,
"newArchitecture": true
},
{
"githubUrl": "https://github.com/SrBrahma/react-native-payment-icons",
Expand Down