dependabot[bot] on npm_and_yarn
Bump ua-parser-js from 0.7.31 t… (compare)
dependabot[bot] on npm_and_yarn
Bump ua-parser-js from 0.7.31 t… (compare)
dependabot[bot] on npm_and_yarn
Bump ua-parser-js in /examples/… (compare)
dependabot[bot] on npm_and_yarn
Bump json5 from 1.0.1 to 1.0.2 … (compare)
dependabot[bot] on npm_and_yarn
Bump json5 from 2.1.3 to 2.2.3 … (compare)
Hi everyone. Trying to get this most basic example working on React Native: https://gl-react-cookbook.surge.sh/diamondcrop
The issue is I can't see to work out what the syntax should be for the image child? Obviously the string URL does not work. I have tried wrapping it in an image <Image source={{uri: 'https://i.imgur.com/5EOyTDQ.jpg'}} style = {{ width: 200, height: 200 }}/>
but I get a uniform t: child is not renderable. Got null
What am I missing?