react-native-pinch
react-native-pinch copied to clipboard
BouncyCastle provider added
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.