Giter VIP home page Giter VIP logo

manoldonev / rntodoappts Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 1.72 MB

POC app exploring modern app development with React Native, TypeScript, and GraphQL.

License: MIT License

JavaScript 3.42% TypeScript 61.76% Ruby 1.32% Starlark 0.62% Java 16.33% Makefile 1.57% C++ 7.23% Objective-C 2.48% Objective-C++ 4.61% Shell 0.66%
graphql react react-native typescript react-navigation react-query material-design tailwind utility-first mmkv

rntodoappts's Introduction

license ci workflow npm

React Todo App

  • TypeScript
  • ESLint
  • Prettier
  • pre-commit hooks
  • CI GitHub workflow
  • Dependency management via Renovate

UX & Theming

  • Material Design System powered by Tailwind and React Native Paper (with custom "branding" color palettes)
  • Dark Mode Support

Data (Async State Management)

Navigation

  • React Navigation v6

Testing

  • Unit & Integration testing: Jest with React Native Testing Library setup
  • Static Analysis: TypeScript & ESLint
  • MSW (Mock Service Worker) API mocking (intercepting requests on the network level)

rntodoappts's People

Contributors

manoldonev avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

rntodoappts's Issues

Swipeable component based on Reanimated v2

Currently we are using the Swipeable component part of the react-native-gesture-handler package, however, it is still based on the built-in React Native Animated API. Reimplement the Swipeable component based on the react-native-reanimated v2 package.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore: update commitlint monorepo to v19 (major) (@commitlint/cli, @commitlint/config-conventional)
  • chore: update dependency @hookform/resolvers to v3
  • chore: update dependency @react-native-community/netinfo to v11
  • chore: update dependency @tanstack/react-query to v5
  • chore: update dependency eslint to v9
  • chore: update dependency eslint-config-airbnb-typescript to v18
  • chore: update dependency eslint-config-prettier to v9
  • chore: update dependency eslint-plugin-jest to v28
  • chore: update dependency eslint-plugin-prettier to v5
  • chore: update dependency husky to v9
  • chore: update dependency immer to v10
  • chore: update dependency lint-staged to v15
  • chore: update dependency msw to v2
  • chore: update dependency react-native-url-polyfill to v2
  • chore: update dependency react-native-vector-icons to v10
  • chore: update dependency twrnc to v4
  • chore: update dependency typescript to v5
  • chore: update react monorepo to v5 (major) (react-devtools, react-devtools-core)
  • chore: update testing-library monorepo (major) (@testing-library/jest-native, @testing-library/react-native)
  • chore: update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Pending Status Checks

These updates await pending status checks. To force their creation now, click the checkbox below.

  • chore: update dependency metro-react-native-babel-preset to ^0.77.0

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/main.yml
  • actions/checkout v3
  • actions/setup-node v3
npm
package.json
  • @hookform/resolvers ^2.8.10
  • @react-native-community/netinfo ^9.0.0
  • @react-navigation/bottom-tabs ^6.3.1
  • @react-navigation/native ^6.0.10
  • @react-navigation/native-stack ^6.6.2
  • @tanstack/react-query ^4.0.10
  • identity-obj-proxy ^3.0.0
  • immer ^9.0.12
  • jotai ^1.6.7
  • msw ^0.49.0
  • react-hook-form ^7.31.1
  • react-native 0.69.5
  • react-native-dotenv ^3.3.1
  • react-native-gesture-handler ^2.5.0
  • react-native-mmkv ^2.4.3
  • react-native-paper ^4.12.1
  • react-native-safe-area-context ^4.2.5
  • react-native-screens ^3.14.1
  • react-native-url-polyfill ^1.3.0
  • react-native-vector-icons ^9.2.0
  • twrnc ^3.3.1
  • yup ^0.32.11
  • @babel/core ^7.12.9
  • @babel/runtime ^7.12.5
  • @commitlint/cli ^17.0.0
  • @commitlint/config-conventional ^17.0.0
  • @graphql-codegen/add ^3.1.1
  • @graphql-codegen/cli ^2.6.2
  • @graphql-codegen/introspection ^2.1.1
  • @graphql-codegen/typescript ^2.4.8
  • @graphql-codegen/typescript-msw ^1.0.7
  • @graphql-codegen/typescript-operations ^2.3.5
  • @graphql-codegen/typescript-react-query ^4.0.0
  • @testing-library/jest-native ^4.0.4
  • @testing-library/react-native ^11.0.0
  • @types/jest ^28.0.0
  • @types/react-native ^0.70.0
  • @types/react-native-vector-icons ^6.4.10
  • @types/react-test-renderer ^18.0.0
  • @typescript-eslint/eslint-plugin ^5.17.0
  • @typescript-eslint/parser ^5.17.0
  • babel-jest ^28.0.0
  • babel-plugin-module-resolver ^4.1.0
  • eslint ^8.0.0
  • eslint-config-airbnb ^19.0.4
  • eslint-config-airbnb-typescript ^17.0.0
  • eslint-config-prettier ^8.5.0
  • eslint-import-resolver-typescript ^3.0.0
  • eslint-plugin-eslint-comments ^3.2.0
  • eslint-plugin-import ^2.26.0
  • eslint-plugin-jest ^27.0.0
  • eslint-plugin-prettier ^4.0.0
  • eslint-plugin-react ^7.29.4
  • eslint-plugin-react-hooks ^4.4.0
  • graphql ^16.0.0
  • husky ^8.0.0
  • jest ^28.0.0
  • lint-staged ^13.0.0
  • metro-react-native-babel-preset ^0.76.0
  • react-devtools ^4.14.0
  • react-devtools-core ^4.14.0
  • tsc-files ^1.1.3
  • typescript ^4.4.4
  • whatwg-fetch ^3.6.2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.