Skip to content

Instantly share code, notes, and snippets.

@ltsharma
Created June 12, 2020 22:41
Show Gist options
  • Save ltsharma/2c97a0322f9c05f2d17db93cca1f3b56 to your computer and use it in GitHub Desktop.
Save ltsharma/2c97a0322f9c05f2d17db93cca1f3b56 to your computer and use it in GitHub Desktop.
const AwesomeChild =({text,style})=>{
return(
<Text style={style} >{text}</Text>
)
}
export default React.memo(AwesomeChild)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment