react-native-pinch icon indicating copy to clipboard operation
react-native-pinch copied to clipboard

SSL pinning for react native

Results 51 react-native-pinch issues
Sort by recently updated
recently updated
newest added

Hi folks, I ran into this issue, which is, apps crash on iOS if session#finishTasksAndInvalidate is called, however, session#finishTasksAndInvalidate is supposed to be called after dataTask#resume. Do you guys have...

Module RNPinch requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on a background...

Hi localz, first of all, many thanks for this package, works great on android! But when I build my application on iPhone it starts just fine but when I load...

Thanks for open sourcing your library! :) Blob-support for react-native's fetch was introduced in 0.54: facebook/react-native#11417 facebook/react-native#11573 Blobs doesn't seem to work with your library though: ``` var blob =...

I want to use this library in a typescript file (.tsx) and when I import it, compiler gives me error below `TS7016: Could not find a declaration file for module ...

Changed the code to be a little more generic and allowing for standard http-requests if the endpoint does not start with https. Works well with my app for both http...

Showing Recent Messages /node_modules/react-native/React/Base/RCTBridgeModule.h:54:16: Redefinition of 'RCTMethodInfo' /node_modules/react-native/React/Base/RCTBridgeModule.h:58:3: Typedef redefinition with different types ('struct (anonymous struct at /Library/Developer/Xcode/DerivedData/project-name-bukmbvfdpixsdfgzlvgwnluemmdt/Build/Products/Debug-iphonesimulator/include/React/RCTBridgeModule.h:54:16)' vs 'struct RCTMethodInfo')

According to https://stackoverflow.com/questions/21138485/certificateexception-opensslx509certificatefactoryparsingexception BC provider needs to be added to parse correctly .cer file. CertificateFactory.getInstance returns ParsingException if this is not added. [Reference Link.](https://github.com/localz/react-native-pinch/issues/41)

``` source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' EXPO_CPP_HEADER_DIR = 'ExpoKit' target 'otcme' do pod 'ExpoKit', :git => "http://github.com/expo/expo.git", :tag => "ios/2.5.4", :subspecs => [ "Core", "CPP", "GL" ] pod 'React', :path...

derivedDataPath build" ▸ Building React/yoga [Debug] ▸ Check Dependencies ▸ Building React/jsinspector [Debug] ▸ Check Dependencies ▸ Building React/privatedata [Debug] ▸ Check Dependencies ▸ Building React/double-conversion [Debug] ▸ Check Dependencies...