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
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>
);
(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.)
The text was updated successfully, but these errors were encountered: