Open Source
In my spare time I try contribute to the open source community by adding new features or fixing bugs to existing repositories but also creating my own open source libraries.
React Native Image Picker 🖼️
Added web support for react-native-image-picker, a known React Native library with 7.7k ⭐ on Github.
React Native Fiesta 🎉
Creator of Fiesta. A set of celebration animations powered by @shopify/react-native-skia. Engage more with your users by celebrating in your React Native application.
React Native + Next.js Monorepo
A quickstarter using yarn workspaces for a project with Next.js and React Native which allows sharing components using React Native Web.
React Native + Next.js Monorepo | Authentication with Supabase
Authentication starter kit for React Native and Next.js in a monorepo using Supabase for the DB and React Native Web to share components across the projects.
React Native Maps 🗺️
Created an initial draft to give web support. Didn't continue because there was another person with a better approach but it doesn't seem to be up yet. Might continue it when I have time.
TypeScript Cheat Sheet
I added a very complete example for the usage of useImperativeHandle, the one in the cheat sheet was very basic.
React Native Draggable View
I implemented the inverted draggable view for react-native-draggable-view.