Skip to content

Commit

Permalink
docs(components-rn): Image 宽高为 0 的时候,不触发 onLoad,跟小程序不同
Browse files Browse the repository at this point in the history
  • Loading branch information
Manjiz committed Jul 25, 2019
1 parent 3c8f437 commit 87be1e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-components-rn/src/components/Image/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* @warn The width/height would be undefined in onLoad.
* @warn Avoid using HTTP source image.
* @warn Image.resolveAssetSource 会造成重复请求
* @warn 宽高为 0 的时候,不触发 onLoad,跟小程序不同
*/

import * as React from 'react'
Expand Down

0 comments on commit 87be1e6

Please sign in to comment.