Skip to content

Instantly share code, notes, and snippets.

View PRA1995SAG's full-sized avatar
🦩

Prathamesh Sagvekar PRA1995SAG

🦩
View GitHub Profile
@PRA1995SAG
PRA1995SAG / TemplateModal.tsx
Created February 5, 2024 04:27
Template modal component | messageTemplateSendHandler
/* eslint-disable import/no-cycle */
/* eslint-disable camelcase */
/* eslint-disable react-native/no-raw-text */
import { View, StyleSheet, Keyboard, Text } from "react-native";
import React, {
Dispatch,
SetStateAction,
memo,
useEffect,
useRef,

FWIW: I'm not the author of the content presented here (which is an outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

What's an Effective Engineer?