_ _ _ _ _ _ ___ _
| | | | ___| | | ___ | |_| |__ ___ _ __ ___ |_ _( )_ __ ___
| |_| |/ _ \ | |/ _ \ | __| '_ \ / _ \ '__/ _ \ | ||/| '_ ` _ \
| _ | __/ | | (_) | | |_| | | | __/ | | __/_ | | | | | | | |
|_| |_|\___|_|_|\___/ \__|_| |_|\___|_| \___( ) |___| |_| |_| |_|
|/
███████╗███████╗██╗ ██╗███╗ ███╗ ██████╗ ███╗ ██╗ ██████╗██╗ ██╗███╗ ███╗ █████╗ ██╗
██╔════╝╚══███╔╝╚██╗ ██╔╝████╗ ████║██╔═══██╗████╗ ██║ ██╔════╝██║ ██║████╗ ████║██╔══██╗██║
███████╗ ███╔╝ ╚████╔╝ ██╔████╔██║██║ ██║██╔██╗ ██║ ██║ ███████║██╔████╔██║███████║██║
╚════██║ ███╔╝ ╚██╔╝ ██║╚██╔╝██║██║ ██║██║╚██╗██║ ██║ ██╔══██║██║╚██╔╝██║██╔══██║██║
███████║███████╗ ██║ ██║ ╚═╝ ██║╚██████╔╝██║ ╚████║ ╚██████╗██║ ██║██║ ╚═╝ ██║██║ ██║███████╗
╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝
👨💻
Busy creating the next big thing
Senior React Native Developer at @callstack.
-
Callstack @callstack
- Poland, Toruń
-
10:56
(UTC +01:00) - https://pl.linkedin.com/in/szymon-chmal
- @ChmalSzymon
Highlights
- Pro
Pinned Loading
-
react-native-aurora
react-native-aurora PublicAurora helps React Native projects shine by optimizing performance and build efficiency across Android, iOS, and JavaScript.
-
expo-atlas-without-expo
expo-atlas-without-expo PublicSupercharge your vanilla React Native apps with Expo Atlas metrics
JavaScript 23
-
react-render-measurement-tool
react-render-measurement-tool PublicA powerful tool for understanding how your React components render during tests.
TypeScript
-
Allow only GoogleBot to access your ...
Allow only GoogleBot to access your Next.js API route 1export function getIPAddress(req: NextApiRequest): string | undefined {
2if (req.headers['x-forwarded-for']) {
3return (req.headers['x-forwarded-for'] as string).split(',')[0]
4}
5 -
Bypass Content Security Policy in yo...
Bypass Content Security Policy in your Chrome extension 1function arrayBufferToBase64(buffer: ArrayBuffer): string {
2let binary = '';
3const bytes = new Uint8Array(buffer);
4const len = bytes.byteLength;
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.