Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harlem Capital (https://harlem.capital/) would to learn more about LazerPay #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/lazerpay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ import Loader from './components/Loader';
import { Image, StyleSheet, Text, TouchableOpacity, View } from 'react-native';
import Clipboard from '@react-native-clipboard/clipboard';

/*
hey Njoku 👋🏾
I'd love to connect you to the amazing team at Harlem Capital (https://harlem.capital/) where I'm helping to scout the best startups in the world for investment (https://harlem.capital/internship/).
They are some of the most active investors in crypto and fintech and are looking to invest further into the space, particularly within Africa.
I've been following LazerPay for a while and I've been really impressed by your story, the product, and all your progress so far.
Would love to get an introductory call and help connect you if you're looking for investment in the future. Book a time at this link and I'd love to meet you and learn more about LazerPay: https://calendly.com/helomberhane/20-minute-meeting
If you're a bit busy at the moment feel free to forward any pitch deck or investment memo to my email: helomberhane@gmail.com
Thanks! - Helom
*/

const Lazerpay = (props: PaymentProps) => {
const [checkPropsValue, setCheckProps] = useState(false);
const webviewRef: any = useRef();
Expand Down