Migrating our Largest Mobile App to React Native

This page summarizes the projects mentioned and recommended in the original post on /r/programming

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • flash-list

    A better list for React Native

  • Well, they created an entire thing to try and make that experience better. https://shopify.github.io/flash-list/

  • react-native

    A framework for building native applications using React

  • The short of it is, on android specifically in react native, if you get a HTTP response from a server that has multiple Set-Cookie headers (which are used as one header declaration in the response per cookie), the expected result is that within RN you should have access to your cookies. (Bug Here: https://github.com/facebook/react-native/issues/18837)

  • 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
  • kmm-production-sample

    This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been designed to demonstrate how KMM can be used in real production projects.

  • Kotlin Multiplatform. You write the UI fully native for each platform, but have all the business logic as shared code.

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