raw method 中有 toast 的 return, https://github.com/openUmbrella/react-native-root-tips/blob/223c2a1141b200e89314cb95f30456700b77397c/lib/Toast.js#L101 但是到了 convenience method 中却直接丢失了,这样一改其实所谓的便利就没有那么便利了 https://github.com/openUmbrella/react-native-root-tips/blob/223c2a1141b200e89314cb95f30456700b77397c/lib/Toast.js#L30
raw method 中有 toast 的 return,
react-native-root-tips/lib/Toast.js
Line 101 in 223c2a1
但是到了 convenience method 中却直接丢失了,这样一改其实所谓的便利就没有那么便利了
react-native-root-tips/lib/Toast.js
Line 30 in 223c2a1