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

Integrate CardFlip #19

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Integrate CardFlip #19

merged 2 commits into from
Apr 2, 2024

Conversation

BerniWittmann
Copy link
Contributor

I was getting the AccessbilityInfo not found errors (like #16 or #12) as well.

This is due to this library not specifying a react-native version in its dependencies, so it falls back to the react native version specified in react-native-card-flip (sth quite old like 0.49.1).

As react-native-card-flip is not maintained anymore and this library relying quite strongly on this, i moved the relevant part (CardFlip.js) into this code base.

These changes made the library work again for me without the errors and essentially fixes #16 and some of the comments from #12 (not the typescript definitions, but the comments hinting at the accessibilityInfo error)

@juandl
Copy link
Owner

juandl commented Apr 2, 2024

Seems good to start with.. I appreciate your support

@juandl juandl merged commit e940f28 into juandl:master Apr 2, 2024
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.

Unable to resolve module AccessibilityInfo (RN v0.69.12)
2 participants