Skip to content

Instantly share code, notes, and snippets.

View mharis0014's full-sized avatar
💻
I do coding

Muhammad Haris mharis0014

💻
I do coding
View GitHub Profile
@akulsr0
akulsr0 / RNUIAPP - ChatScreen1.jsx
Created August 24, 2020 07:31
React Native UI App - Chat Screen 1
import React, { useState, useEffect } from 'react';
import {
StyleSheet,
Text,
View,
Image,
TextInput,
TouchableOpacity,
TouchableWithoutFeedback,
Keyboard,