JuliaPassing 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…Jun 16, 20211Jun 16, 20211
JuliaSetting 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…Apr 12, 2021Apr 12, 2021
JuliaChanging 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…Apr 5, 2021Apr 5, 2021
JuliaAsyncStorage.AsyncStorage is React Native’s API for storing data in form of key-value pair without using any cloud services. For data manipulation…Mar 14, 2021Mar 14, 2021
JuliaCreating a great user experience with ScrollTo() in React Native.Hi everyone! I would like to write a tutorial on how scroll to a certain item in the list of items.Mar 7, 20211Mar 7, 20211
JuliaCors 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…Feb 14, 2021Feb 14, 2021
JuliaHow to remove credentials from GitHub?What to do if you found out that you accidently pushed file that has credentials or keys ? Here you will find a great solution to fix that.Feb 8, 2021Feb 8, 2021
JuliaHeroku & Cloudinary storageThis 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…Jan 19, 20211Jan 19, 20211
JuliaHeroku & pgAdmin.This article is about ‘after-deployed’ process. You should have your app with PostgreSQL Database deployed on Heroku already. I have a…Jan 10, 2021Jan 10, 2021
JuliaDeploying 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). It was my…Dec 30, 2020Dec 30, 2020