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

Feat/expo #162

Closed
wants to merge 2 commits into from
Closed

Feat/expo #162

wants to merge 2 commits into from

Conversation

tyrauber
Copy link
Collaborator

This PR migrates the example react-native application to an expo application simplifying the DX, and enabling an automated CI/CD pipeline with EAS.

includes:

  • Expo SDK 49
  • expo-router v2
  • pnpm monorepo
  • eas github actions

✅ $ pnpm unittest
✅ $ pnpm test:plugin
✅ $ pnpm build:plugin
✅ $ pnpm generate
✅ $ pnpm lint

examples/expo-app

✅ $ pnpm install
✅ $ pnpm build
✅ $ pnpm ios -d

Builds upon #160 and #161. Merge those first.

This will help address: #18

Checklist

  • I have tested this on a device/simulator for each compatible OS
  • I formatted JS and TS files with running yarn lint:fix in the root folder
  • I have run tests via yarn test in the root folder
  • I updated the documentation with running yarn generate in the root folder
  • I mentioned this change in CHANGELOG.md
  • I updated the typings files (index.d.ts)
  • I added/updated a sample (/example)

Screenshot OR Video

Simulator Screenshot - iPhone 14 - 2023-11-12 at 20 58 58

@tyrauber tyrauber mentioned this pull request Jan 24, 2024
7 tasks
@tyrauber
Copy link
Collaborator Author

This should be updated to use SDK50 which was released last friday.

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.

1 participant