Skip to content

Conversation

@VaneSkubic
Copy link
Contributor

Dependency Updates:

  • Upgraded multiple dependencies, including expo, react-native, and @sentry/react-native, to their latest versions in package.json.

Routing Updates:

  • Simplified route definitions by removing the RouteConstructor function and directly assigning string paths in utils/routes.ts.
  • Updated route references in app/(authenticated)/index.tsx and app/(guest)/index.tsx to use the simplified Routes object.

Environment Variable Management:

  • Introduced a new env.ts file using @t3-oss/env-core for type-safe environment variable management.

Sentry Integration Refactor:

  • Replaced the deprecated ReactNativeTracing with the reactNavigationIntegration in app/_layout.tsx. This simplifies navigation tracking and improves compatibility with the latest Sentry SDK.

Additional Enhancements:

  • Added an orval.config.ts file to configure API client generation with orval, supporting React Query and custom Axios instances.

@VaneSkubic VaneSkubic requested a review from vucinatim June 30, 2025 12:20
Copy link
Member

@vucinatim vucinatim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐞

@VaneSkubic VaneSkubic merged commit ccbce9f into master Jun 30, 2025
3 checks passed
@VaneSkubic VaneSkubic deleted the chore/update-project branch June 30, 2025 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants