Skip to content

Instantly share code, notes, and snippets.

@swahaniroy
swahaniroy / login.js
Created February 24, 2022 07:39 — forked from hieptlccc/login.js
login.js - snapchat
import React, { useState, useContext, useEffect } from 'react';
import { CometChat } from '@cometchat-pro/react-native-chat';
import {
ActivityIndicator,
Alert,
StyleSheet,
Text,
TextInput,
TouchableOpacity,
View,