Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/expo toast #39

Closed
wants to merge 27 commits into from
Closed

Conversation

jonsherrard
Copy link
Contributor

Set platform on the toast provider

jonsherrard and others added 27 commits September 20, 2024 11:07
Updated packages across the monorepo to ensure compatibility and leverage the latest features and bug fixes.

Implementation reason: Regular package updates are essential for maintaining project health, security, and performance. This update ensures that all dependencies are at their latest compatible versions, potentially introducing new features and resolving known issues.

- Files changed:
  - package.json
  - yarn.lock
  - apps/expo/package.json
  - apps/next/package.json
  - packages/app/package.json
  - packages/ui/package.json
Implementation reason: The routing fixes address navigation problems within the application, ensuring smoother user experience across different pages. The build test is added to verify the integrity of the application during the build process, enhancing overall reliability.

- Files changed:
  - apps/next/app/routing.ts
  - apps/next/app/navigation.ts
  - apps/next/tests/build.test.ts
Implementation reason: The .xcode.env.local file needed to be updated to ensure proper configuration for the Expo project within the monorepo structure. This change addresses potential build issues or environment-related problems that may have occurred in the Xcode development environment.

- File changed: apps/expo/.xcode.env.local
Implementation reason: The tests for the free-starter next steps have been updated to ensure proper functionality and coverage of the feature. This change improves the reliability and accuracy of the test suite for this specific component of the application.

- Files changed:
  - packages/app/features/home/screen.tsx
  - packages/app/features/home/__tests__/free-starter.test.ts
- Added test suite to ensure functionality across the monorepo
- Set up infrastructure for upcoming features

Implementation reason: The addition of a test suite improves code reliability and maintainability, while preparing for the next update allows for smoother integration of new features in the Tamagui + Solito + Next + Expo monorepo.

- Files changed:
  - packages/app/tests/
  - packages/ui/tests/
  - apps/expo/tests/
  - apps/next/tests/
  - packages/app/src/features/
  - packages/ui/src/components/
- Updated provider.tsx to set Toast platform correctly
- Ensures proper Toast functionality across different platforms

Implementation reason: The change addresses platform-specific requirements for Toast notifications, improving the user experience and ensuring consistent behavior across native and web environments.
Updated packages across the monorepo to ensure compatibility and leverage the latest features and bug fixes.

Implementation reason: Regular package updates are essential for maintaining project health, security, and performance. This update ensures that all dependencies are at their latest compatible versions, potentially introducing new features and resolving known issues.

- Files changed:
  - package.json
  - yarn.lock
  - apps/expo/package.json
  - apps/next/package.json
  - packages/app/package.json
  - packages/ui/package.json
Implementation reason: The routing fixes address navigation problems within the application, ensuring smoother user experience across different pages. The build test is added to verify the integrity of the application during the build process, enhancing overall reliability.

- Files changed:
  - apps/next/app/routing.ts
  - apps/next/app/navigation.ts
  - apps/next/tests/build.test.ts
Implementation reason: The tests for the free-starter next steps have been updated to ensure proper functionality and coverage of the feature. This change improves the reliability and accuracy of the test suite for this specific component of the application.

- Files changed:
  - packages/app/features/home/screen.tsx
  - packages/app/features/home/__tests__/free-starter.test.ts
- Added test suite to ensure functionality across the monorepo
- Set up infrastructure for upcoming features

Implementation reason: The addition of a test suite improves code reliability and maintainability, while preparing for the next update allows for smoother integration of new features in the Tamagui + Solito + Next + Expo monorepo.

- Files changed:
  - packages/app/tests/
  - packages/ui/tests/
  - apps/expo/tests/
  - apps/next/tests/
  - packages/app/src/features/
  - packages/ui/src/components/
- Updated provider.tsx to set Toast platform correctly
- Ensures proper Toast functionality across different platforms

Implementation reason: The change addresses platform-specific requirements for Toast notifications, improving the user experience and ensuring consistent behavior across native and web environments.
Updated packages across the monorepo to ensure compatibility and leverage the latest features and bug fixes.

Implementation reason: Regular package updates are essential for maintaining project health, security, and performance. This update ensures that all dependencies are at their latest compatible versions, potentially introducing new features and resolving known issues.

- Files changed:
  - package.json
  - yarn.lock
  - apps/expo/package.json
  - apps/next/package.json
  - packages/app/package.json
  - packages/ui/package.json
Implementation reason: The routing fixes address navigation problems within the application, ensuring smoother user experience across different pages. The build test is added to verify the integrity of the application during the build process, enhancing overall reliability.

- Files changed:
  - apps/next/app/routing.ts
  - apps/next/app/navigation.ts
  - apps/next/tests/build.test.ts
Implementation reason: The tests for the free-starter next steps have been updated to ensure proper functionality and coverage of the feature. This change improves the reliability and accuracy of the test suite for this specific component of the application.

- Files changed:
  - packages/app/features/home/screen.tsx
  - packages/app/features/home/__tests__/free-starter.test.ts
- Added test suite to ensure functionality across the monorepo
- Set up infrastructure for upcoming features

Implementation reason: The addition of a test suite improves code reliability and maintainability, while preparing for the next update allows for smoother integration of new features in the Tamagui + Solito + Next + Expo monorepo.

- Files changed:
  - packages/app/tests/
  - packages/ui/tests/
  - apps/expo/tests/
  - apps/next/tests/
  - packages/app/src/features/
  - packages/ui/src/components/
- Updated provider.tsx to set Toast platform correctly
- Ensures proper Toast functionality across different platforms

Implementation reason: The change addresses platform-specific requirements for Toast notifications, improving the user experience and ensuring consistent behavior across native and web environments.
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.

2 participants