0x5e / react-native-alipay

Alipay SDK for React Native. Support RN >= 0.47.
MIT License
198 stars 86 forks source link

failed open alipaySdk-15.5.9-20181123210601 #32

Open zxcvbnmkl112 opened 5 years ago

zxcvbnmkl112 commented 5 years ago

build gradle加一句 //解决aar包无法打开的问题 repositories { flatDir { dirs project(':react-native-alipay').file('libs') } }