Tile component issues with latest react 0.50.0
See original GitHub issueDescription
- Explain what you did
- What you expected to happen
- What actually happens
Also please include the version of react-native-elements
that you are using.
Reproduction Steps and Sample Code
We highly recommend that you try to reproduce your bug on https://snack.expo.io/ and provide a link.
If you can’t reproduce the bug on Snack, provide an example of your code and briefly explain what the code is suppose to be doing.
Solution
Can you suggest a possible fix that would address this issue? Ideally, you should be able to submit a PR to fix it. See our contributing guide for more details.
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (1 by maintainers)
Top Results From Across the Web
"The <Image> component cannot contain children " in React ...
Trying to load multiple images in a React-Native app. However, the app crashes with the error: Error: The component cannot contain children. If ......
Read more >How to Upgrade to React 18
This fixes an issue which prevented component libraries from correctly measuring layout when used with Suspense. New JS Environment Requirements ...
Read more >Tile – Carbon Design System
Tiles are a flexible component for displaying a wide variety of content, including informational, getting started, how-to, next steps, and more.
Read more >react-native-svg - npm
react -native-svg provides SVG support to React Native on iOS, Android, macOS, Windows, and a compatibility layer for the web.
Read more >When does React re-render components? - Felix Gerschau
Why doesn't my React component update when its props change? ... all the React.memo functions in the world won't help you to fix...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Good catch. I simple PR replacing Image with ImageBackground will fix this.
https://github.com/facebook/react-native/releases/tag/v0.50.0