Open in app

Sign In

Write

Sign In

Yulia Y.
Yulia Y.

21 Followers

Home

About

Jun 16, 2021

Passing data between screens in React Native with useContext()hook.

In this blog I will teach the easiest way to pass the data between screens(components) in your React Native app. For demonstration I am going to use a simple app with 2 screens: LoginScreen and HomeScreen. The goal is to pass currentUser from LoginScreen to the Home screen. It will…

2 min read

2 min read


Apr 12, 2021

Setting up Android Studio Emulator.

Recently I have built and released my first application on Google Play Store. During development I tested my App on Android Emulator. This is a detailed tutorial on how to install it and set it up . What is Android Emulator? …

3 min read

Setting up Android Studio Emulator.
Setting up Android Studio Emulator.

3 min read


Apr 5, 2021

Changing the application icon.

If you are working on publishing your first React Native App on Google Play Store there are a lot of things to explore and learn in Google Console but today I would like to write about Application Icon. Before releasing your app in Google Console you have to fill out…

2 min read

2 min read


Mar 14, 2021

AsyncStorage.

AsyncStorage is React Native’s API for storing data in form of key-value pair without using any cloud services. For data manipulation AsyncStorage has methods that are similar to LocalStorage in React. setItem(), getItem(), clear(), removeItem(), getAllKeys() Unlike LocalStorage, AsyncStorage is asynchronous so it always returns a Promise object. In this…

3 min read

AsyncStorage.
AsyncStorage.

3 min read


Mar 7, 2021

Creating a great user experience with ScrollTo() in React Native.

Hi everyone! I would like to write a tutorial about scrolling rendered content to a certain item in the list of items. Example when need it: If your app has a list of items and you need the list automatically scrolls to a needed item (for example if a search…

3 min read

Creating a great user experience with ScrollTo() in React Native.
Creating a great user experience with ScrollTo() in React Native.

3 min read


Feb 14, 2021

Cors Issue. How to disable Cors in Chrome.

Cross-Origin Resource Sharing (CORS) is a way of making HTTP requests from one server to another. CORS gives the server authority of who can make requests and what type of requests are allowed. Browsers are the clients that follows CORS policies.

3 min read

Cors Issue. How to disable Cors in Chrome.
Cors Issue. How to disable Cors in Chrome.

3 min read


Feb 8, 2021

How to remove credentials from GitHub?

What to do if you found out that you accidently pushed file that has credentials or keys to GitHub? Here you will find a great solution to fix that. As .ginignore Documentation says .gitignore file serve to untrack files that Git should ignore. Files already tracked by Git are not…

2 min read

How to remove credentials  from GitHub?
How to remove credentials  from GitHub?

2 min read


Jan 19, 2021

Heroku & Cloudinary storage

This blog is about how to set up Cloudinary Storage for your Heroku App. I decided to wrote a blog about it because I experienced some difficulty with getting my Cloudinary Storage to work after I deployed my аpp to Heroku. My app with connected Cloudinary Storage was properly worked…

3 min read

Heroku & Cloudinary storage
Heroku & Cloudinary storage

3 min read


Jan 10, 2021

Heroku & pgAdmin.

This article is about ‘after-deployed’ process. You should have your app with PostgreSQL Database deployed on Heroku already. I have a blog post about deploying an app to Heroku, so if you are not there yet here is the link. As a creator and an admin of your app you…

3 min read

Heroku & pgAdmin.
Heroku & pgAdmin.

3 min read


Dec 30, 2020

Deploying Rails and React App to Heroku.

Hello. In this blog I would like to write about my experience of deploying React APP (with Rails backend and PostgreSQL DB) to Heroku Hosting. It was my first time deploying my app to a hosting so it took me about a week for all steps (deploying, connecting a custom…

3 min read

Deploying Rails and React App to Heroku.
Deploying Rails and React App to Heroku.

3 min read

Yulia Y.

Yulia Y.

21 Followers

Fullstack web developer

Following
  • Dolly Desir

    Dolly Desir

  • Alexandria Lalli

    Alexandria Lalli

  • Stephen Galvan

    Stephen Galvan

  • Chan Park

    Chan Park

  • Ben Garlock

    Ben Garlock

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech