Skip to content

Commit

Permalink
Adding react-native-qr lib to react-native-libraries.json (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkarakus authored Aug 28, 2024
1 parent 0518061 commit 36ddc7d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions react-native-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -11747,5 +11747,19 @@
"android": true,
"unmaintained": true,
"newArchitecture": false
},
{
"githubUrl": "https://github.com/orkunkarakus/react-native-qr",
"npmPkg": "react-native-qr",
"examples": [
"https://github.com/orkunkarakus/react-native-qr/tree/main/example"
],
"images": [
"https://github.com/orkunkarakus/react-native-qr/blob/main/public/ios.png",
"https://github.com/orkunkarakus/react-native-qr/blob/main/public/android.png"
],
"ios": true,
"android": true,
"newArchitecture": true
}
]

0 comments on commit 36ddc7d

Please sign in to comment.