Useful React Native Packages

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. axios

    Promise based HTTP client for the browser and node.js

    Next is Axios, this package helps you make http requests from node.js, it supports the Promise API. Now you can find more information about this package here, this is how to implement this package to your app, you will need to use either of these commands in your terminal.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. react-native-animatable

    Standard set of easy to use animations and declarative transitions for React Native

    First off is React Native Animatable, and as the name suggests, this package helps you add animations to elements contained in mobile components. Now you can find more information about this package here, but I will try and explain how to use this package in your project. To add this package to your app, you will need to use either of these commands in your terminal.

  4. react-native-vector-icons

    Customizable Icons for React Native with support for image source and full styling.

    Next is React Native Vector Icons, this package helps you add various icons to mobile components. Now you can find more information about this package here, this is how to implement this package to your app, you will need to use either of these commands in your terminal.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I am seeking advice (just a few questions) from experienced RN developers, please help :) [Long post/wall of text alert]

    3 projects | /r/reactnative | 2 Jan 2022
  • How to implement HERE maps in React Native for Route Drawing

    2 projects | dev.to | 17 Feb 2021
  • Complete Get started with tensorflow-metal in bahasa Indonesia.

    1 project | dev.to | 20 Apr 2025
  • Testing Multipart Upload Requests in Axum: Three Approaches

    3 projects | dev.to | 14 Apr 2025
  • React's useEffect vs. useSWR: Exploring Data Fetching in React.

    3 projects | dev.to | 3 Apr 2025

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?