Could you please remove the q library in this React Native pkg. and use JavaScript Promises instead?
Why?
- Smaller app size:
q is an unnecessary dependency.
- Cleaner code: Native Promises are standard and easier to read.
- Better performance: Native implementations are often optimized.

Could you please remove the
qlibrary in this React Native pkg. and use JavaScript Promises instead?Why?
qis an unnecessary dependency.react-native-ssl-pinning/index.js
Line 2 in f8cf98b