Skip to content

Instantly share code, notes, and snippets.

@jasurkurbanov
Created July 22, 2020 06:22
Show Gist options
  • Save jasurkurbanov/79a075ec10eae78a478c87c707387a8c to your computer and use it in GitHub Desktop.
Save jasurkurbanov/79a075ec10eae78a478c87c707387a8c to your computer and use it in GitHub Desktop.
import * as React from 'react';
import { Text } from 'react-native';
const MyText = ()=> {
return (
<Text>Custom Component</Text>
);
};
export { MyText }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment