Skip to content

Instantly share code, notes, and snippets.

View antoxa2584x's full-sized avatar

Anton Artemov antoxa2584x

View GitHub Profile
@ozcanzaferayan
ozcanzaferayan / App.tsx
Created April 8, 2020 22:07
Sample WebSocket usage for React Native App with Typescript
import React, {useState, useEffect} from 'react';
import {
StyleSheet,
SafeAreaView,
FlatList,
View,
Text,
KeyboardAvoidingView,
TextInput,
TouchableOpacity,