Skip to content
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

React-native #18186

Closed
mhafizrb opened this issue Mar 4, 2018 · 1 comment
Closed

React-native #18186

mhafizrb opened this issue Mar 4, 2018 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@mhafizrb
Copy link

mhafizrb commented Mar 4, 2018

(Describe your issue in detail.)

Environment

(Run react-native info in your terminal and paste its contents here.)

Expected Behavior

(Write what you thought would happen.)

Actual Behavior

(Write what happened. Include screenshots if needed.)

Steps to Reproduce

(Link to Snack, or steps to reproduce.)

@mhafizrb mhafizrb closed this as completed Mar 4, 2018
@mhafizrb mhafizrb reopened this Mar 4, 2018
@mhafizrb
Copy link
Author

mhafizrb commented Mar 4, 2018

import React, { Component } from 'react';
import { Image, ScrollView, Text } from 'react-native';

class AwkwardScrollingImageWithText extends Component {
render() {
return (

<Image
source={{uri: 'https://i.chzbgr.com/full/7345954048/h7E2C65F9/'}}
style={{width: 320, height:180}}
/>

On iOS, a React Native ScrollView uses a native UIScrollView.
On Android, it uses a native ScrollView.

      On iOS, a React Native Image uses a native UIImageView.
      On Android, it uses a native ImageView.

      React Native wraps the fundamental native components, giving you
      the performance of a native app, plus the clean design of React.
    </Text>
  </ScrollView>
);

}
}

@mhafizrb mhafizrb closed this as completed Mar 4, 2018
@mhafizrb mhafizrb reopened this Mar 4, 2018
@hramos hramos closed this as completed Mar 5, 2018
@facebook facebook locked as spam and limited conversation to collaborators Mar 5, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Mar 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants