Browsing Category
React Native
React Native makes it possible to make native iOS and Android mobile apps without needing to know any iOS or Android programming language. We will build simple login view in this tutorial in the iOS simulator.
React Native ScrollView: Step by Step Guide
A ScrollView in React Native with a single item can allow the user to zoom content. For example, set up a maximumZoomScale and minimumZoomScale props, and the user will be able to use pinch and expand gestures to zoom in and zoom out.…
React Native Firebase: The Complete Guide
I was first skeptical about Firebase, but after using it, it seems like Firebase may be able to speed up widespread mobile and web app development. In a traditional mobile or web app, progress when you're building something other.
React…
React Native Drawer Navigator: The Complete Guide
React Native Navigation is a robust library that helps us create Navigation between different screens, Drawer Navigation, and Tab navigation in our React Native apps. We also use Ionicons to display the icons on the screen.
React Native…
How to Connect React Native Application with Laravel API
In this application tutorial, I have described How To Connect React Native Application With Laravel API. I am using the example in the iOS Simulator for this example. We will use Laravel as a backend and React Native as a front end.…
React Native FlatList: The Complete Guide
There have been quite a few ways to create a scrolling list in React Native, and most notably, they have been the ScrollView and the FlatList.
React Native FlatList
React Native FlatList is a built-in component used to make an efficient…
React Native Fetch: The Complete Guide
In this tutorial, we will see how to integrate the React Native app with backend code using fetch API. Networking is an inherently asynchronous operation.
What is fetch in JavaScript?
Fetch is the best Promise-based networking API in…
React Native Redux: The Complete Guide
Redux is a standalone state management library, which can be used with any library or framework. For example, if your background is React developer, you have used the Redux library with React.
React Native Redux
To persist data in React…
React Native Swiper: A Practical Guide
Swipe gestures are reflexive to leave sloppy smear marks across our screens. In this tutorial, we'll build React Native swiper components in both Android and iOS simulators. So let us first install React Native on mac and start working on…
React Native Navigation: The Complete Guide
React Native Navigation is a native navigation implementation, not a JavaScript-based implementation. Instead, react-navigation is born from the React Native community's need for an extensible yet easy-to-use navigation solution written…
Native Navigation using React Native Navigation Example
Native Navigation using React Native Navigation Example is today's leading topic. For this tutorial, we use the library called React Native Navigation. You can find the documentation here. We have already seen the Navigation in React Native…
React Native Create Delete Functionality From Scratch
React Native Create Delete Functionality From Scratch is today's leading topic. We build a simple functionality where users can add and remove places client side. It does not affect the server side because there is no backend. But you will…