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

move types out to separate file so it can be shared with react-native… #106

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

ShiCheng-Lu
Copy link
Contributor

@ShiCheng-Lu ShiCheng-Lu commented Jul 31, 2024

… for better consistency

! This has some breaking changes in the form of type renames to be consistent with react-native. Most signatures stayed the same with only the type name changing.

I think only trackVerified changed significantly, but that's due to the signature change from iOS/Android a while ago, the previous version had the wrong type.

@@ -39,7 +39,7 @@ jobs:
- run: cd example && npm install
- run: cd example && ionic build
- run: cd example && npx cap sync
- run: cd example && ionic capacitor run ios --target $(ionic capacitor run ios --list | grep -o -m 1 '[A-F0-9]\{8\}-[A-F0-9]\{4\}-[A-F0-9]\{4\}-[A-F0-9]\{4\}-[A-F0-9]\{12\}')
- run: cd example && ionic capacitor run ios --target $(ionic capacitor run ios --list | grep 'iPhone' | grep -o -m 1 '[A-F0-9]\{8\}-[A-F0-9]\{4\}-[A-F0-9]\{4\}-[A-F0-9]\{4\}-[A-F0-9]\{12\}')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

make sure target is an iPhone, it wasn't working possibly due to it selected apple vision pro as the device.

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