Open rililive opened 2 years ago
@rililive feel free to create a pull request
@hungdev Hi, I have created a branch, but I don't have permissions to push to this repo.
Example changes
"dependencies": {
"qs": "6.9.4"
},
"peerDependencies": {
"react-native-webview": "^11.18.2",
"axios": "^0.27.2"
}
You can fork it and create a new pull request to my repo.
Please merge publish when you have time. Are there other collaborators with write/publish permissions who have more availability?
I have an extensive background in js/ts, so I'd be happy to help.
Axios could probably be a peer dependency instead. Npm audit marks it as a critical dependency. It should be easy to update.
Also it would be better as a peer dependency because the axios export is a singleton. Setting defaults can get out of wack when you have multiple versions of axios