react-native-pinch
react-native-pinch copied to clipboard
SSL pinning for react native
This is my request ``` pinch.fetch(Someurl,{ method: "POST", timeoutInterval: getConfig().communication_timeout, sslPinning: { cert: getCertificateName() }, body: request ? JSON.stringify(request) : "{}", headers: { 'content-type': 'multipart/form-data; charset=UTF-8' } }) ``` However...
When install this plugin in ios this problem arrise. I try with automatic and pod linking (any way I must create my own podspec file, it is not present in...
I have added the certificate to /app/src/assets and i get an exception 'Trust anchor for certification path not found'
ssl pinning skip not work
Added RNPinch.podspec file to compatible with RN 0.60+
How to upload multipart file using react-native-pinch ?
Fix https://github.com/localz/react-native-pinch/issues/53
When I try a pinch.fetch the app red screens with the error: > Undefined is not an object (evaluating '_reactNative.NativeModules.RNPinch.fetch') it works on android.
java.security.cert.CertificateException: com.android.org.conscrypt.OpenSSLX509CertificateFactory$ParsingException: java.io.IOException: Stream closed
Can I use a self-signed certificate via this library?