@quintype/native-components 2.28.3 → 2.28.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/native-components",
3
- "version": "2.28.3",
3
+ "version": "2.28.4",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -101,6 +101,7 @@ const ResponsiveImageBase = (props) => {
101
101
  source={sourceURI}
102
102
  resizeMode={FastImage.resizeMode.contain}
103
103
  {...props}
104
+ onLoad={()=>setPlaceholder(false)}
104
105
  />
105
106
  )
106
107
  }