Select Page

Welcome on my new blog

On this blog, I will try to show every day of my 100 days challenge. My goal is to create a nice Agenda app in React Native, which I’ve been for almost a year now.

If you’re interested in my journey, check my blog daily for new posts!

My title Page contents

Something about me

Hello, my name is Valentina, I’m 18 and I have computing as one of my A-levels. I really love coding and I do that all that time, or almost! I have a job as an App developer since the last August. In my free time I decided that I will do a 100 days challenge and share everything on this blog!

Hope you guys will enjoy reading my difficulties and my successes that I will share!

Dragging boxes in react native

Dragging boxes in react native

Hello devs, here is a new post on something really cool: dragging boxes in react native! Let's say you want to have a box and allow the user to drag it on the screen, it sounds really cool, but how can we achieve this? Let's see how in this tutorial! We are going to...

Typing animation in react

Typing animation in react

Hello devs! Many of you have asked me about some animations and here is a tutorial on the typing animation in react. We are going to use library for this example. The animation we are going to get with this library is a typing animation. Basically, it's like someone...

Graphs in react native

Graphs in react native

Hey devs, hope you are okay! Today's article is about another important topic for some kind of apps, like fitness app or health app or a tracker: we will talk about graphs in react native. In order to do it, we are going to download a library. Let's see how to add a...

Create a form in reactJS

Create a form in reactJS

Hello devs! Today's article is a tutorial on how to create a form in reactJS. This is a simple thing but also important. In many apps you will have a form. Let's see how to make one! First of all, let's understand what kind of inputs we are going to have: I decided...

Permissions in an expo app

Permissions in an expo app

Hey, devs. This article is about something that can be very helpful while developing an application. I will talk about permissions in an expo app. When you develop an app, you might need to use the camera of the mobile, get the permission because we need to send...

Secure Store in expo

Secure Store in expo

Hey devs. Here is another tutorial on expo. As I said before, expo helps us with a lot of things and makes the development of an app easier. What we are going to talk today is the secure store in expo. This is way to store encrypted data on the device. Last time we...

Dates in ReactJS

Dates in ReactJS

Hey devs! Hope you are okay! Today's article is on how we can manipulate dates in ReactJS. We've already learned a bit about moment, which can be used in both reactJS and in react native. Even though it was a topic which I already covered, there are many libraries out...

Modal in ReactJS

Modal in ReactJS

Hello devs! If you have read some of my previous articles, you may remember I have been working more with reactJS and shared some things I have been using. In this post we will cover how to add a modal view in reactJS. There are different ways you can embed a modal in...

Open mail with expo

Open mail with expo

Hey devs, hope you are fine! Here is a new tutorial on expo. In the last few days we have seen in more detail how to use expo to help with the Expo. In this article we will talk on how to open the mail from an expo app. Let's say that we have a contact page on our app...

Local Notification with expo

Local Notification with expo

Hey devs, here is a new post on something quite interesting and important in an app. There are different ways to add a local notification with expo, let's see the first one. As you can read from the title, we are going to use expo, and expo provides us of an api that...