15 Stories by Chimezie Innocent
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...
Explore React Native Reanimated core features, changes in v2 and v3, and how to use this library to create smooth transitions and animations.
Explore how react-native-ble-manager
allows us to enable and scan for Bluetooth Low Energy devices within our React Native application.
In this article, we’ll learn how to use the Axios POST method in vanilla JavaScript and a framework like React.
The react-native-blob-util
and react-native-fs
packages allow us to access and manage the file systems of our devices.
Let's explore Snackbar, a useful React Native tool that can help you add notifications or display pop-up messages in your application.
In this article, we will look at how to use React Native pointerEvents
to help determine how a View
interacts with touch events.
Learn how to use the react-google-login package to add Google login to our React application and automatically create a user profile.
Frontend developers use HTML, CSS, and JavaScript to build graphical interfaces for websites that users can see and interact with. The objective is to...
What are env variables, and why are they useful in React Native? Learn how to create and use env variables in React Native.
Learn about the CSS overflow property, which controls what happens to content that is too large to fit in an element’s box.
AsyncStorage is an unencrypted and asynchronous data storage system in React Native that allows users to persist data offline.