Skip to content

Instantly share code, notes, and snippets.

@hieptl
Created October 13, 2021 01:54
Show Gist options
  • Save hieptl/d6813bd65a52fc43c365a7e36890146d to your computer and use it in GitHub Desktop.
Save hieptl/d6813bd65a52fc43c365a7e36890146d to your computer and use it in GitHub Desktop.
Context.js - React Native Gifted Chat App
import React from 'react';
export default React.createContext(null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment