6 followers
I am a full stack web and mobile developer specialising in React Native. Some of the areas I am keen to explore in this blog: ๐ Gesture handling ๐ Animations ๐โโ๏ธ Performance ๐ Accessibility ๐๐ผโ
Instead of making a prop optional, we can specify different variants for a component and ensure type safety ยท You have a lovely component that takes...
We want to make our apps faster, but how do we know where to start? ยท Improving performance in a React Native app can sometimes feel like a thankless...
Creating nice styled text inputs in React Native is now easier than ever thanks to Tailwind, meaning we don't need to turn to large UI component...
Animating a simple bar chart on load using React Native and Reanimated ยท See the finished example Aim Animate a bar chart on the initial load, and when...
A quick demonstration of a sliding tab bar animation using React Native and Reanimated 2 ยท I was looking to build this form designed by pixelz-studio...
An exploration into ways to achieve an animated horizontal scrollview of data, allowing for vertical scrolling and drag-and-drop ยท Aim For a recent...