Skip to content

Instantly share code, notes, and snippets.

View Otagera's full-sized avatar

Othniel Agera Otagera

View GitHub Profile
import React from 'react';
import EditableContainer from './EditableContainer';
const App = () => {
const handleSingleTap(text){
//carry out what ever we want to do with the text.
}
const handleDoubleTap(text){
//carry out what ever we want to do with the text.
}