react-native-cert-pinner
react-native-cert-pinner copied to clipboard
Unable to run npx pinset gen
Getting following error:
Java file './android/app/src/main/java/com/criticalblue/reactnative/GeneratedCertificatePinner.java' error: Error: ENOENT: no such file or directory, open './android/app/src/main/java/com/criticalblue/reactnative/GeneratedCertificatePinner.java'
Unable to find "criticalblue" package inside './android/app/src/main/java/com'.
Because of this, In IOS Info.plist is not getting updated too. (by npx pinset gen)
Have tried both manual and automatic linking.
is there any solution yet?