React Native is a framework that helps developers build native mobile applications
in JavaScript, making it easier to build cross-platform applications and maintain them.
Have a look at some components and other things I've made in React Native.
Click on a title to expand for more information. Click on an image to open an Expo Snack and test it out.
Snack Attack
Testing the embedding of Expo Snacks. Yummy!
This is a just a test of how each component will be displayed on this page.
Sliding Cards
Simple card UI element that slides horizontally
A simple sliding component that can display pages horizontally.
Users can be allowed to scroll themselves by swiping the screen or moving
to other pages can be done automatically through other actions such as pressing
a button.
Animated Input
Simple input field with an animated label
An input field that combines the utility of labels and placeholder text.
The label is displayed in the input field until it's focused. Then it moves
up above the input field to remain as a label.