xiong hua

Results 5 issues of xiong hua

Resolve issue: https://github.com/xvrh/lottie-flutter/issues/197

when use pod package to build [Yoga](https://github.com/facebook/yoga)

let cocoapods generate project with WITH_THREADING

在调用setMap的时候报错“所传入参数并非TMap.Map的实例”, 从gljs看应该是做了类型检查, 而react-tmap调用types的包替换了TMap导致类型检查不过. ``` { key: "setMap", value: function(t) { return null === t || t instanceof window.TMap.Map ? t === this.map ? this : (t ? this.map ? (this.setMap(null),...