We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89671ac commit 57810afCopy full SHA for 57810af
1 file changed
src/rapidnative-components/RapidnativePill.tsx
@@ -6,7 +6,7 @@ const RapidnativePill = () => {
6
const [isHovered, setIsHovered] = useState(false);
7
8
const handlePress = () => {
9
- Linking.openURL('https://rapidnative.com');
+ Linking.openURL('https://rapidnative.com/?utm_source=nativebase-docs-banner&utm_medium=referral&utm_campaign=landing-banner');
10
};
11
12
return (
0 commit comments