Zhuo Zhang

Results 2 issues of Zhuo Zhang

* authWithInfo, pay, payInterceptorWithUrl 返回的都是 Promise * 增加 export

I saw the issue https://github.com/houndci/hound/issues/1630, but after change `.eslintrc.js` to `.eslintrc`, the problem still there :( Here is my `.eslintrc` ```json { "extends": ["@react-native-community", "my-private-config"] } ``` Is this because...