Detox VS react-native

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

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
Detox react-native
22 532
11,023 116,634
0.6% 0.8%
9.8 10.0
6 days ago 2 days ago
JavaScript C++
MIT License 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.

Detox

Posts with mentions or reviews of Detox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-14.
  • React Native Testing Options Overview
    3 projects | dev.to | 14 May 2024
    There are two well-supported solutions on the market for mobile apps testing. Gray box end-to-end testing and automation library called Detox, and open source, a cross-platform test automation tool for native, hybrid and mobile apps called Appium.
  • automation testing
    3 projects | /r/reactnative | 1 Jul 2023
    Nope. Not even on 0.71 yet https://github.com/wix/Detox/issues/3884
  • Learn how to perform unit testing in React Native with Jest.
    4 projects | dev.to | 26 Jun 2023
    This article offers an overview of React Native testing, but there’s so much more to learn! I encourage you to explore other testing techniques and tools, like Snapshot Testing, Detox, and React Native Testing Library. Choose the ones that work best for your project, and keep learning!
  • Mobile app testing easier with Maestro (React Native)
    5 projects | dev.to | 10 May 2023
    I used Detox to test React Native apps. At that time, Detox was so "cool", saving both the time and effort of the dev team and the tester team. However, later on, I saw the complexity, as well as the "difficulty" with new team members, and that's when Maestro came to me as a savior. I know Maestro through an article on dev.to, but my team's "noob" is true 😂 (but my teammates don't believe it).
  • React vs React Native: How Different Are They, Really?
    12 projects | dev.to | 19 Dec 2022
    End-to-end testing is completely different on React Native, however. None of the Selenium-based E2E testing tools will work; neither will newer tools like Cypress or Playwright. You may have expected this - these are all DOM-based, and there’s no DOM in React Native. So instead developers will have to learn Detox or Appium.
  • E2E testing with Detox on Azure CI/CD for iOS
    1 project | dev.to | 14 Dec 2022
    Detox is a testing and automation tool for React Native and React web applications. It can be used to automate the process of testing an iOS app by simulating user interactions and then verifying that the app functions as expected.
  • How I go with react native in late 2022
    33 projects | dev.to | 27 Nov 2022
    I haven't used it yet, but it seems detox is a fine e2e testing tool for react native. something like cypress in the web. I think it's a little hard to configure, but in the end, it's really helpful.
  • What testing library do you use for react native automated testing
    2 projects | /r/reactnative | 25 Oct 2022
    The standard is React Native Testing Library for unit and integration tests, and Detox for E2E tests.
  • Nx 14.5 - Cypess v10, Output globs, Linter perf, React Tailwind support
    5 projects | dev.to | 2 Aug 2022
    We also improved our React Native support by adding the possibility to generate a Detox config for Expo applications.
  • Detox : Gray box end-to-end test automation framework for react-native apps
    2 projects | dev.to | 3 Jun 2022
    Copy & paste the content of the equivalent file from the detox example app for RN, into it. Don't forget to change the package name to your project's package name.

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-05-24.
  • Why I chose Svelte over React?
    1 project | dev.to | 12 Jun 2024
    When taking about cross-platform flexibility, Svelte also has Svelte Native like the way React has React Native for mobile app development.
  • 2024 Complete Full-Stack Developers Roadmap
    1 project | dev.to | 4 Jun 2024
    1. React Native: Transition into Mobile Development with React Native, allowing you to reuse JavaScript knowledge. The official React Native documentation is a good starting point.
  • Implementing Consumable In-App Purchases in React Native for iOS Devices
    1 project | dev.to | 30 May 2024
    react-native
  • Introducing Rocketicons: The Perfect Companion for React and Tailwind CSS Developers
    4 projects | dev.to | 24 May 2024
    Enter React, React Native, and Expo. By unifying our development stack, we streamlined our workflow considerably. Yet, one crucial piece was missing: a comprehensive library for essential tasks like icons and components. As we delved further into our development journey, we realized there were more gaps to fill, including robust boilerplates and other essential necessities.
  • Gio UI – Cross-Platform GUI for Go
    15 projects | news.ycombinator.com | 18 May 2024
    The best option is probably Flutter right now: https://flutter.dev/

    If you don't mind writing the UI native, sharing only business logic code, Kotlin is an option: https://kotlinlang.org/docs/multiplatform.html#kotlin-multip...

    Kotlin also can do the UI if you use Compose: https://www.jetbrains.com/lp/compose-multiplatform/ ... however, iOS support is still in alpha, and Web is "experimental". If you're not willing to cope with that (expect to have to change your code as they develop the framework) then Flutter is the way as it's pretty stable already on all platforms.

    If you already know Typescript and React, you may also consider React Native: https://reactnative.dev/

  • React Native: An introduction
    2 projects | dev.to | 15 May 2024
    On my last post I talked about how I recently started learning react native to build an idea I've had for a mobile app, this time around I want to dive a little deeper into react native.
  • Punishing myself
    1 project | dev.to | 14 May 2024
    I know, real original 🙄, but I had to as this is my inaugural post on Dev.to! I've been toying with the idea of writing a blog for some time now, and figured since I'm starting a new project, this is the best time for it. I've been somewhat familiar with React.js for a while now and wanted to make the jump over to React Native to capitalize on an idea I've had for a few years. I'll be blogging about the progress on my app and figured this is the best spot for it.
  • 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.

What are some alternatives?

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

Cypress - Fast, easy and reliable testing for anything that runs in a browser.

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

appium - Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol

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

jest - Delightful JavaScript Testing.

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

maestro - Painless Mobile UI Automation

spine - Lightweight MVC library for building JavaScript applications

react-native-calendars - React Native Calendar Components 🗓️ 📆

Titanium - 🚀 Native iOS and Android Apps with JavaScript

cavy - An integration test framework for React Native.

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

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