Created
October 13, 2021 01:54
-
-
Save hieptl/d6813bd65a52fc43c365a7e36890146d to your computer and use it in GitHub Desktop.
Context.js - React Native Gifted Chat App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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