From 041b0f78af2b68342da42623e4d657c4230306c6 Mon Sep 17 00:00:00 2001 From: Peter Obiechina Date: Tue, 24 Jan 2023 11:20:58 +0100 Subject: [PATCH] type info added --- CountlyRNExample/CountlyButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (