Ionic React and React Native are the two main frameworks used in the React ecosystem to create cross-platform mobile apps. Before making a decision to invest in one of the projects, it’s crucial to understand how the two differ in…
Category: react native-tutorial
Box shadow in React Native
It’s not always easy to apply box shadows in a React Native project. Applying consistent box shadows with various platform-specific implementation procedures can be time-consuming for developers who must build for both the Android and iOS platforms. Utilizing iOS box…
React Native vs Swift
When do developers frequently have to make the decision between React and Swift? – During the creation of a mobile app. Now that we know what native and cross-platform development are, let’s compare React Native and Swift as the best…
React Native vs React
Technologies created and maintained by Meta and the community include React and React Native, which are both incredibly popular and widely utilised (formerly Facebook). Both of these technologies are distinct and have different uses, while sharing the same names and…
React Native vs Flutter
Since the introduction of Ionic, cross-platform apps have been a hot topic in the software industry, but React Native’s addition to its toolkit in 2015 increased interest even further. It transports you back to the era of React Native, when…
React native bottom Bottom of Tab Navigation
The Bottom Tabs Navigator will be the subject of our first library examination. The React Navigation documentation describes this as the simplest method of delivering tabbed navigation; it produces “A simple tab bar on the bottom of the screen that…
React Native Tab Navigation
We must first discuss navigation before we can comprehend how these libraries function. You have what’s referred to as a “stack” of screens in mobile apps. The fundamental module for actually pushing and clearing this stack is React Navigation. You…
React Native Passing Value between Screen
One of the most helpful things when we have an application that has to communicate between the various displays is passing the value from one screen to another. This allows us to transfer data between various activities with ease. the…
React Native Moving Between Screens
Rarely do mobile apps consist of just one screen. A navigator is often responsible for controlling how several screens are presented and switched between. The different navigational elements that React Native offers are covered in this article. React Navigation should…
React Native Header Bar
The navigation options are used to customise a React Native application’s header bar. The screen component, which is either an object or a function, has the navigation choices as a static property. Header Bar Props headerTitle: This property is used…