Are you a Pokémon fan looking for a fun project? In this blog post, I'll guide you through creating a simple yet powerful Pokémon image fetcher Chrome extension. With just…
When I first started learning React Native, I found it frustrating that there was a lack of simple guides/tutorials to guide through the set-up process. I have created this guide…
A really useful feature to include in your React Native app is the ability to use the phone’s camera to allow users to take images and preview them in the…
An important step in app development is ensuring the secure authentication of users during registration and log in. This can be achieved through various methods but we will focus on…
Are you looking to streamline the handling of data within your React Native application? Then look no further than the “useContext” hook! After delving deep into tutorials on YouTube I…
In this post we will explore how to send and receive data using Axios as well as learning to effectively manage new states from fetched data in a React Native…
Following on from my last post, let’s dive into how we can delete expenses in our React Native app as well as exploring how to navigate between different screens, pass…