You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Uncaught Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
React Native 0.48 now has two components for images: Image and BackgroundImage.
React-native-web 0.125 doesnt have BackgroundImage, so <BackgroundImage ... > obviously doesnt work.
How can i solve it on the settings level, may be replace/redirect it with Image by Babel or Webpack somehow?
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
React Native 0.48 now has two components for images: Image and BackgroundImage.
React-native-web 0.125 doesnt have BackgroundImage, so
<BackgroundImage ... >
obviously doesnt work.How can i solve it on the settings level, may be replace/redirect it with Image by Babel or Webpack somehow?
The text was updated successfully, but these errors were encountered: