Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-native-libraries.json #1263

Closed
wants to merge 10 commits into from
53 changes: 43 additions & 10 deletions react-native-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -11824,21 +11824,54 @@
"newArchitecture": true
},
{
"githubUrl": "https://github.com/gabriel-logan/mobile-native-barcode-generator",
"npmPkg": "mobile-native-barcode-generator",
"githubUrl": "https://github.com/Multiform-Validator/typescript-javascript",
"npmPkg": "multiform-validator",
"examples": [
"https://github.com/gabriel-logan/mobile-native-barcode-generator/tree/main/example",
"https://github.com/gabriel-logan/mobile-native-barcode-generator/tree/main/docs"
"https://multiformvalidator.netlify.app/documentation/js"
],
"images": ["https://raw.githubusercontent.com/gabriel-logan/mobile-native-barcode-generator/main/docs/assets/example2.png"],
"android": true
"images": ["https://raw.githubusercontent.com/Multiform-Validator/docs/main/src/app/opengraph-image.png"],
"ios": true,
"android": true,
"web": true,
"expoGo": true,
"newArchitecture": true
},
{
"githubUrl": "https://github.com/gabriel-logan/expo-barcode",
"npmPkg": "expo-barcode",
"githubUrl": "https://github.com/gabriel-logan/Azure-translator-code",
"npmPkg": "azure-translator-code",
"examples": [
"https://github.com/gabriel-logan/expo-barcode/tree/main/example"
"https://azuretranslatorcode.vercel.app/"
],
"android": true
"ios": true,
Comment on lines +11827 to +11845
Copy link
Member

Choose a reason for hiding this comment

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

We are still removing the packages added in earlier PR from today.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh ok.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do I need do something ?

Copy link
Member

Choose a reason for hiding this comment

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

Yup, you need to rebase the PR and resolve conflicts, but at this point it might be easier, just to re-create the changeset as a new PR which we can merge in.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

"android": true,
"web": true,
"expoGo": true,
"dev": true,
"newArchitecture": true
},
{
"githubUrl": "https://github.com/gabriel-logan/Gerador-CPF-e-CNPJ-valido",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"githubUrl": "https://github.com/gabriel-logan/Gerador-CPF-e-CNPJ-valido",
"githubUrl": "https://github.com/gabriel-logan/Gerador-CPF-e-CNPJ-valido/tree/main/packages/typescript",

If package is in the monorepo, you need to link to a exact folder where wanted package.json resides.

"npmPkg": "cpf_and_cnpj-generator",
"examples": [
"https://gabriel-logan.github.io/Gerador-CPF-e-CNPJ-valido/js"
],
"ios": true,
"android": true,
"web": true,
"expoGo": true,
"dev": true,
"newArchitecture": true
},
{
"githubUrl": "https://github.com/Redux-Utils/react-native-redux-persist",
"npmPkg": "react-native-redux-persist2",
"examples": [
"https://github.com/Redux-Utils/react-native-redux-persist/tree/main/docs"
],
"ios": true,
"android": true,
"web": true,
"expoGo": true,
"newArchitecture": true
}
]
Loading