-
Notifications
You must be signed in to change notification settings - Fork 507
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
Closed
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
10fd69f
Update react-native-libraries.json
gabriel-logan b33f5be
Update react-native-libraries.json
gabriel-logan 5db668d
Update react-native-libraries.json
gabriel-logan bf0bbaf
feat: add azure translator code and cpf & cnpj generator
gabriel-logan fd9cdf4
feat: add react native redux persist2
gabriel-logan b64bc0d
Update react-native-libraries.json
gabriel-logan a8e8cea
Update react-native-libraries.json
gabriel-logan 9330e0c
Update react-native-libraries.json
gabriel-logan cbeb8b6
Merge branch 'main' into main
gabriel-logan 87b4034
Update react-native-libraries.json
gabriel-logan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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, | ||||||
"android": true, | ||||||
"web": true, | ||||||
"expoGo": true, | ||||||
"dev": true, | ||||||
"newArchitecture": true | ||||||
}, | ||||||
{ | ||||||
"githubUrl": "https://github.com/gabriel-logan/Gerador-CPF-e-CNPJ-valido", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
If package is in the monorepo, you need to link to a exact folder where wanted |
||||||
"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 | ||||||
} | ||||||
] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh ok.
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok