Jesse

Results 3 issues of Jesse

in the `ModalWithNavigatorCoordinator.m` example, delegate works perfect until we `Reload` JS. after Reload JS, delegate is `nil`

![react-native-pull-to-refresh-custom screenshot](https://user-images.githubusercontent.com/219501/61520080-f9ac7000-aa3f-11e9-910c-7fa64f84f3ef.gif)

this solution works great until I have nested droppables in iframe. I've to replace `ui.droppable._drop` method, to prevent resetting droppables' `offset` attribute, see below: ``` javascript //修复在iframe中,错误的重置了元素的 offset 的bug var...