import React from 'react'; import { Image, ScrollView, Text, } from 'react-native'; class IScrolledDownAndWhatHappenedNextShockedMe extends React.Component { render() { return ( Scroll me plz If you like Scrolling down What's the best Framework around? React Native ); } } export default IScrolledDownAndWhatHappenedNextShockedMe;