-
Notifications
You must be signed in to change notification settings - Fork 41
Pubblish the latest version to NPM #12
Comments
Is there any update on this? |
is there any way to config android ? where to put keys like in react native 0.59? my version is react native 0.60.??? |
You add the keys in your pinset.json file. Then you run the command npx pinset gen and the cert-pinner will configure this for you. |
no updates. Seems that is not maintained anymore. Currently I'm using this repo link in my package JSON instead of the NPM package and I'm specifying the commit in order to avoid unwanted updates {
"react-native-cert-pinner": "git+ssh://[email protected]/approov/react-native-cert-pinner.git#f8a6314840e11e7c0857253b9628fcab00dbefa8",
} |
There is another approach (until maintainer publishes latest version to npm). I like to avoid putting github pull request links or branch links on my package.json, so I'm using the following approach in one of my projects.
generated file looks like the following for me
now every time you do a |
The version on the master branch is updated and it is working with the latest version of React Native (PR #7 solved the podspec issue). The version that is published on NPM registry is not updated and it fails when you run "pod install".
Please pubblish the latest version on NPM
Thanks
The text was updated successfully, but these errors were encountered: