Chimezie Innocent

  I am Chimezie, a software developer based in Nigeria. I am highly skilled in HTML, CSS, and JS to build web-accessible and progressive apps. I'm also skilled with React for web, React Native for Android apps, and Tailwind CSS. I write technical articles, too.

     



15 Stories by Chimezie Innocent

Exploring 5 popular React Native color picker libraries

React Native color picker libraries can help us select the right color scheme for our apps. Let's look at five popular libraries we can...
0 9 min read

Using React Native Reanimated for seamless UI transitions

Explore React Native Reanimated core features, changes in v2 and v3, and how to use this library to create smooth transitions and animations.
0 9 min read

Using react-native-ble-manager in a mobile application

Explore how react-native-ble-manager allows us to enable and scan for Bluetooth Low Energy devices within our React Native application.
5 10 min read

How to use Axios POST requests

In this article, we’ll learn how to use the Axios POST method in vanilla JavaScript and a framework like React.
0 9 min read

How to fetch and handle blob data in React Native

The react-native-blob-util and react-native-fs packages allow us to access and manage the file systems of our devices.
2 14 min read

Using React Native Snackbar to create custom pop-up messages

Let's explore Snackbar, a useful React Native tool that can help you add notifications or display pop-up messages in your application.
0 7 min read

Using pointerEvents in React Native

In this article, we will look at how to use React Native pointerEvents to help determine how a View interacts with touch events.
0 9 min read

The guide to adding Google login to your React app

Learn how to use the react-google-login package to add Google login to our React application and automatically create a user profile.
23 7 min read

Using React-Toastify to style your toast messages

Frontend developers use HTML, CSS, and JavaScript to build graphical interfaces for websites that users can see and interact with. The objective is to...
0 8 min read

Understanding React Native env variables

What are env variables, and why are they useful in React Native? Learn how to create and use env variables in React Native.
0 8 min read

How to prevent overflow scrolling in CSS

Learn about the CSS overflow property, which controls what happens to content that is too large to fit in an element’s box.
3 6 min read

A guide to React Native’s AsyncStorage

AsyncStorage is an unencrypted and asynchronous data storage system in React Native that allows users to persist data offline.
0 5 min read