Getting started with React Native authentication

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • aes-js

    A pure JavaScript implementation of the AES block cipher and all common modes of operation for node.js or web browsers.

  • If you wish to encrypt the user's session information, you can use aes-js and store the encryption key in Expo SecureStore. The aes-js library is a reputable JavaScript-only implementation of the AES encryption algorithm in CTR mode. A new 256-bit encryption key is generated using the react-native-get-random-valueslibrary. This key is stored inside Expo's SecureStore, while the value is encrypted and placed inside AsyncStorage.

  • react-native-elements

    Cross-Platform React Native UI Toolkit

  • Once we've set up the storage mechanism, building an email and password sign in flow becomes pretty straight forward. Install react-native-elements to get some nice cross platform button and input fields:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
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

  • Encrypted Note Editor App In React Native

    8 projects | dev.to | 4 Mar 2024
  • 45 NPM Packages to Solve 16 React Problems

    22 projects | dev.to | 14 Nov 2023
  • Expo – open-source platform for making universal apps for Android, iOS, and web

    9 projects | news.ycombinator.com | 25 Jul 2023
  • automation testing

    3 projects | /r/reactnative | 1 Jul 2023
  • Can I recreate this in react native

    2 projects | /r/reactnative | 29 Apr 2023