react-native-pinch
react-native-pinch copied to clipboard
SSL pinning for react native
I'm getting below error while making https API request. `Error - javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.` location of .cer file is under /android/app/arc/main/assets/certificateName.cer
It looks like PRs are not being merged and the there are compatibility issues + bugs in the latest released packages. Would it be possible to add some maintainers here...
iOS `HEADER_SEARCH_PATHS` in `project.pbxproj` incompatible with `react-native-navigation`. Before: ``` HEADER_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-navigation/ios/**""$(SRCROOT)/../node_modules/react-native-pinch/RNPinch"; ``` Fix: ``` HEADER_SEARCH_PATHS = ("$(SRCROOT)/../node_modules/react-native-navigation/ios/**","$(SRCROOT)/../node_modules/react-native-pinch/RNPinch"); ```
### Only In Android I've integrated react-native-pinch and tried to fetch api to login against a service which sets a cookie in case of success. The session cookie are not...
I try with and without credentials, always works well on android but in iOS always retrun an timedout error. I tried with and without credentials, I tried in different domains,...
timeout is not working
Using: React Native 0.47.1 Steps: - I created a project using expo IDE. Project was running fine. - Detached project from expo. Still able to run app using Android studio....
ReactNative supports Android >= API level 16, however, similar to the report in https://github.com/square/okhttp/issues/2372, Android has _supported_ TLS 1.2 [since API 16 (android 4.1) but enabled it by default only...