fyi VS react-native

Compare fyi vs react-native and see what are their differences.

fyi

Little bits of information that you may find useful when interacting with Expo tools and service. Append the markdown filename to https://expo.fyi/ to get a quick link to it. (by expo)
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
fyi react-native
13 525
671 115,998
3.3% 0.6%
8.1 10.0
8 days ago 2 days ago
JavaScript C++
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fyi

Posts with mentions or reviews of fyi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-04.
  • Help regarding Expo & RN CLI
    1 project | /r/reactnative | 24 Nov 2023
    So i found out this client was using unimodules for a lot of his libraries. But unimodules has been deprecated and merged into expo now. So now I followed the instructions here, and it looks like I just have migrated my application into expo only as it(expo-upgrade) created created a .expo folder now and also bumped package.json libraries to latest versions.
  • 🚀 New updates and improvements from Expo documentation this week
    1 project | /r/expo | 30 Apr 2023
    TLDR - Released new updates on EAS Update branch promotion flow deployment pattern to use a separate channel for each production runtime version release build: https://docs.expo.dev/eas-update/deployment-patterns/#branch-promotion-flow - Updates from Expo Modules API getting started guide: When importing a module in your app, you can now use relative paths: https://docs.expo.dev/modules/get-started/#using-the-module. You can still use absolute paths to import the module when creating it locally by using an additional configuration: https://github.com/expo/fyi/blob/main/absolute-path-expo-modules.md - EAS Build serves most dependencies & CocoaPods artifacts from a cache server for Android & iOS. However, in your project if you've ios directory & want cache Podlock.lock you can use paths property in eas.json: https://docs.expo.dev/build-reference/caching/#ios-dependencies - You can always look into EAS Build server infrastructure doc to learn more about the current configurations for Android and iOS build servers: https://docs.expo.dev/build-reference/infrastructure/ - With expo-updates, you can always check for updates manually if they are working or not. Check out the example: https://docs.expo.dev/versions/latest/sdk/updates/#check-for-updates-manually - Hermes apps use this debugging technique automatically when you open the debugger in Expo Go or a development build. For more in-depth info about check out the section on remote debugging: https://docs.expo.dev/guides/using-hermes/#can-i-use-remote-debugging-with-hermes - To add expo-updates to an existing React Native project, you need to configure your project. We recently updated the guide that works with latest React Native version: https://docs.expo.dev/bare/installing-updates/
  • Upgrading to Expo SDK 48 - Firebase analytics issue
    1 project | /r/expo | 17 Apr 2023
    I followed the instructions here: https://github.com/expo/fyi/blob/main/firebase-migration-guide.md
  • Unable to send push notifications with APN (Apple Push Notification Service) through Node server.
    1 project | /r/reactnative | 21 Aug 2022
    I got the DevicePushToken and sending APN push notification in the backend with Node, but I just couldn’t get it work in Expo (managed workflow). I followed exactly in docs which poorly documented and I also tried exactly like this.
  • Can't publish to Play Store
    1 project | /r/expo | 8 Apr 2022
    Has anyone had success with this tutorial from Expo? We've followed the steps here (https://github.com/expo/fyi/blob/main/creating-google-service-account.md), but in Step 8 ("Return to the API access page on the Google Play Console and ensure it shows your new service account. Click on Grant access for the newly added service account.") the service account just isn't listed.
  • Using Expo and Realm with expo-dev-client
    3 projects | dev.to | 4 Mar 2022
    This will create a prebuilt Expo app. That is, you'll see ios and android folders in your project and this won't be a managed Expo app, where all the native details are hidden and Expo takes care of everything. Having said that, you don't need to go into the ios or android folders unless you need to add some native code in Swift or Kotlin.
  • Build an Offline-First React Native Mobile App with Expo and Realm
    6 projects | dev.to | 23 Dec 2021
    Right now, Realm is not compatible with Expo Managed Workflows. In a managed Workflow Expo hides all iOS and Android native details from the JavaScript/React developer so they can concentrate on writing React code. Here, we need to prebuild our App, which will mean that we lose the nice Expo Go App that allows us to load our app using a QR code.
  • What is the core limitations of Expo for RN?
    1 project | /r/reactnative | 21 Oct 2021
    The smaller bundle size is also being worked on. Not quite sure what their timeline is, but I think it's pretty soon? See here: https://github.com/expo/fyi/blob/master/managed-app-size.md and/or watch this: https://www.youtube.com/watch?v=7E6zsRpfT4U
  • Does Expo 41 (bare workflow) work with RN 0.64?
    1 project | /r/reactnative | 25 May 2021
  • How to reduce ReactNative app size?
    1 project | /r/reactnative | 23 May 2021

react-native

Posts with mentions or reviews of react-native. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-29.
  • Developing Proficiency in Multiple Programming Languages: Part 1 - My Story
    2 projects | dev.to | 29 Apr 2024
    There was always a tiny sparkle in me telling me that I want to develop mobile apps but I never pursued it. It always felt a bit complicated for me to learn development processes in a completely different industry. I did try developing mobile apps using React Native but it never felt right for me. Also, I already tried to write some Kotlin code and so far I like it, but the whole Android ecosystem is still pretty new to me and I feel there will be a lot to learn. Nevertheless, I will try to learn it in parallel with Elixir but Elixir will be my primary goal, and Kotlin / Android will go along depending on how much time I will have.
  • Apple privacy manifest for React Native
    1 project | dev.to | 22 Apr 2024
    This is a modified version of the file from the react native cli template
  • Understanding security in React Native applications
    9 projects | dev.to | 3 Apr 2024
    Recently, there has been a notable shift in mobile application development practices. Rather than creating separate applications for each native platform, many developers are opting for hybrid mobile frameworks like React Native.
  • Creating Nx Workspace with Eslint, Prettier and Husky Configuration
    12 projects | dev.to | 25 Mar 2024
    React Native [ https://reactnative.dev/ ]
  • Introduction to JavaScript: Empowering Web Development with Interactivity
    4 projects | dev.to | 25 Mar 2024
    Versatility: JavaScript is not limited to web browsers. It's used in a variety of environments, including mobile app development (using frameworks like React Native), game development (using libraries like Phaser), and even serverless computing (using platforms like AWS Lambda).
  • Design Principles and Best Practices in React Native App Development
    1 project | dev.to | 24 Mar 2024
    In the competitive landscape of mobile app development, user experience (UX) has emerged as a critical differentiator. React Native, with its robust framework and versatile capabilities, offers developers a powerful toolkit to create seamless and engaging user experiences. This blog post delves into the design principles and best practices in React Native app development, uncovering how developers can elevate user experience to new heights and drive success in the digital realm.
  • React Native and Flutter: A Developer's Dilemma
    2 projects | dev.to | 17 Mar 2024
    You can find the React Native documentation here and Flutter Documentation here.
  • React or Vue, which JS framework is best?
    2 projects | dev.to | 2 Mar 2024
    Additionally, React Native, an extension of React.js, enables developers to create hybrid mobile applications with ease.
  • From Dev To Dev: The Path To Success In 5 Steps
    1 project | dev.to | 23 Feb 2024
    You don’t know what to do with your time while applying the 5th rule? Start small, tiny steps. If you can’t read much, start small, 15 minutes a day reading a technical article or even a book like Effective Java, by Joshua Bloch. You don’t like to read? Create small projects by using a framework you want to learn. Check for example: React framework.
  • The issue with installing RN pods with CocoaPods 1.15.0
    1 project | news.ycombinator.com | 29 Jan 2024

What are some alternatives?

When comparing fyi and react-native you can also consider the following projects:

expo - An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.

Quasar Framework - Quasar Framework - Build high-performance VueJS user interfaces in record time

async-storage - An asynchronous, persistent, key-value storage system for React Native.

capacitor - Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️

realm-js - Realm is a mobile database: an alternative to SQLite & key-value stores

Electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

expo-native-starter-kit - This starter kit let's you run expo and ejected app together. Which means you can add native modules to your code and still be able to take advantage of expo's development environment

spine - Lightweight MVC library for building JavaScript applications

Realm - Realm is a mobile database: a replacement for Core Data & SQLite

Titanium - 🚀 Native iOS and Android Apps with JavaScript

read-it-later-maybe - Offline-First React Native Mobile App with Expo and Realm

Preact - ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.