diff --git a/CountlyRNExample/CountlyButton.tsx b/CountlyRNExample/CountlyButton.tsx index 96bd6d9..6ea930f 100644 --- a/CountlyRNExample/CountlyButton.tsx +++ b/CountlyRNExample/CountlyButton.tsx @@ -24,7 +24,7 @@ interface CountlyButtonProps { title: string; } -const CountlyButton = (props: CountlyButtonProps) => { +const CountlyButton = (props: CountlyButtonProps) : JSX.Element => { return (