react-native-app-security icon indicating copy to clipboard operation
react-native-app-security copied to clipboard

Easily implement usual security measures in React Native Expo apps. Made by BAM ❤️💙💛

Results 3 react-native-app-security issues
Sort by recently updated
recently updated
newest added

Hi, I noticed that the `@bam.tech/react-native-app-security` library requires two certificate hashes for SSL pinning, as shown in the example configuration below: ```json "@bam.tech/react-native-app-security": { "sslPinning": { "yahoo.com": [ "TQEtdMbmwFgYUifM4LDF+xgEtd0z69mPGmkp014d6ZY=", "rFjc3wG7lTZe43zeYTvPq8k4xdDEutCmIhI5dn4oCeE="...

Hi, we'd like to know if some request is failing due to an issue with SSL pinning. As far as I've seen the error callback parameter in react-natives `XMLHttpRequest` does...

` "plugins": [ [ "@bam.tech/react-native-app-security", { "sslPinning": { "xyz.com": [ "fezfzfzfzffz", "fzefzefzfzfz" ] }, "preventRecentScreenshots": { "ios": { "enabled": true }, "android": { "enabled": true } } } ] ],`...