Skip to main content

82 posts tagged with "React Native"

Articles related to React Native

View All Tags

Building Uber-like Geolocation Features in React Native

· 14 min read
Full Stack Developer
Last updated on November 25, 2023

how to build an app like uber

Have you ever wondered how to make an app like Uber using React Native? Taxi apps such as Uber, Lyft, Didi or Ola have been extremely popular in the last couple of years, and that is highly correlated with the fact that the cost of building a mobile app like Uber, with Maps and Geolocation Tracking functionality has decreased dramatically. At Instamobile, we offer high-quality React Native Templates to help developers start their app faster. Check out our stunning Uber Clone, in case you want to skip at least one year of development for your taxi booking app.

Best Free React Native App Templates

· 6 min read
Full Stack Developer
Last updated on November 1, 2023

React Native is skyrocketing in popularity and so is the number of choices available when it comes to functional react native app templates. Beautiful app designs are harder to find in react native since the ecosystem is only at the beginning. Even though react native development is only in early stages, we were able to find some beautiful free react native app templates, and we thought our readers would love to check them out. At Instamobile, we are creating beautiful mobile app templates, in React Native, Kotlin and Swift, to empower app developers and entrepreneurs to make their own native mobile apps quickly and at a fraction of the cost. Check out some of our work, such as this amazing Restaurant App Template in React Native.

React Native FlatList Implementation

· 6 min read
Full Stack Developer
Last updated on September 11, 2023

react native flatlist

In the world of React Native development, creating efficient and responsive lists is a common task. One of the go-to components for this purpose is the FlatList. In this comprehensive tutorial, we will take a deep dive into React Native’s FlatList component. We’ll cover everything you need to know to use FlatList effectively in your React Native applications.

KeyboardAvoidingView in React Native

· 3 min read
Full Stack Developer
Last updated on September 1, 2023

The KeyboardAvoidingView works like a charm on iOS, but it can be a bit hit or miss on Android. This is mainly due to the varying keyboard heights and behaviors across different Android devices. You might find yourself needing to mix it with other solutions or tweak how you use it for Android.

Note:

React Native Performance Optimization

· 4 min read
Full Stack Developer
Last updated on August 18, 2023

react native performance

React Native stands out as a go-to framework for developers aiming to create high-quality cross-platform mobile applications. But, as with any framework, you may occasionally run into performance hiccups. This article will provide you with a deep dive into enhancing your React Native application’s performance, complete with code examples and step-by-step explanations.

React Native Debugger Setup

· 9 min read
Full Stack Developer
Last updated on June 25, 2023

react native debuggers

React Native Debugger is a powerful tool that helps developers debug React Native applications more quickly. It provides a suite of impressive features, such as UI inspector, redux inspector, breakpoints and networking inspector. In this article, we are going to learn how to install and use the React Native Debugger, which will boost your development productivity by an order of magnitude. In layman’s terms, a Debugger is a tool used for debugging. If you are a developer of any programming background, you must have already come across a debugger in your life. React Native Debugger is a standalone debugger tool built using the Electron framework. You can easily integrate this debugger tool along with the Chrome Dev tool. This debugger tool is based on the remote debugger which is included in React Native out of the box. However, the React Native debugger packs a lot more features than the remote one.

AWS AppSync with React Native

· 14 min read
Full Stack Developer
Last updated on March 27, 2023

app sync

AWS Amplify is a framework that lets us develop a web or mobile application quickly. In this tutorial, we are going to continue to learn how to perform CRUD operations with the database by using GraphQL mutations. AWS Amplify has a complete toolchain wiring and managing APIs with GraphQL. The API we will be creating in this tutorial is a GraphQL API using AWS AppSync (a managed GraphQL service) and the database will be Amazon DynamoDB (a NoSQL database).