React native testing with Typescript and Jest

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

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
  • react-native

    A framework for building native apps with React. (by expo)

  • { "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", ... "test": "jest" }, "dependencies": { "expo": "~41.0.1", "expo-status-bar": "~1.0.4", "react": "16.13.1", "react-dom": "16.13.1", "react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz", "react-native-web": "~0.13.12" }, "devDependencies": { "@babel/core": "^7.9.0", "@types/jest": "^26.0.23", "@types/react": "~16.9.35", "@types/react-native": "~0.63.2", "@types/react-test-renderer": "^17.0.1", "jest-expo": "^41.0.0", "react-test-renderer": "^17.0.2", "typescript": "~4.0.0" }, "private": true, "jest": { "preset": "jest-expo", "transformIgnorePatterns": [ "node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)" ] } }

  • 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

  • Show HN: I built a clone of lazydocker for the web

    1 project | news.ycombinator.com | 3 May 2024
  • Visualize Performance issues in your JavaScript application

    1 project | dev.to | 3 May 2024
  • Tailwind CSS for frontend teams: From settings to rules

    4 projects | dev.to | 3 May 2024
  • Deploying organization repo to Vercel with a hobby plan

    1 project | dev.to | 3 May 2024
  • JavaScript Code Is the Text of a Song (AI Generated)

    1 project | news.ycombinator.com | 3 May 2024