-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image: not inline-block within Text #472
Comments
Pretty sure that putting an <View style={{flexDirection: "row"}}>
<Text>Whatever text here</Text>
<Image source={whateversourcehere />
</View> |
if have more than one row it is not ok,it is left and right |
You could use React Native doesn't support |
it not work |
|
Hmm, sadly I'm not really sure how to solve it other than the method that you used. Maybe @necolas has more insight as to what's happening there. Sorry! |
This should be fixed in master and available in 0.0.101. You can also see the fix in the Text example "Inline views": https://necolas.github.io/react-native-web/storybook/ |
The text was updated successfully, but these errors were encountered: