/* https://reactnative.dev/docs/image https://reactnative.dev/docs/images https://reactnative.dev/img/tiny_logo.png https://codebeautify.org/base64-to-image-converter */ import React, { Component } from 'react'; import { AppRegistry, View, Image, Text, StyleSheet,ImageBackground } from 'react-native'; import icon from './tiny_logo.png'; const styles = StyleSheet.create({ container: { paddingTop: 50, }, tinyLogo: { width: 50, height: 50, }, logo: { width: 66, height: 58, }, }); class DisplayImages extends Component { render() { return ( Inside 1 {"\n"} 2? {"\n"}{/* !https */} 3 {"\n"} 4? {"\n"}{/* !https */} 5 {"\n"} 6 {"\n"} ); } } export default DisplayImages;