Kerumen / react-native-awesome-card-io

A complete and cross-platform card.io component for React Native (iOS and Android).
https://kerumen.github.io/react-native-awesome-card-io/
457 stars 134 forks source link

Implement requiresMainQueueSetup in RCTCardIOUtilities #127

Closed Lukakva closed 4 years ago

Lukakva commented 5 years ago

I'm using React Native 0.57.8. After building the project, I encountered this YellowBox warning

image

I resolved this by adding the following code in /node_modules/react-native-awesome-card-io/ios/RCTCardIOUtilities.m

image

This seemed a bit too small of an issue to be worthy of a pull request, so I'm creating an issue instead.

Thanks for the module and your work!

Kerumen commented 5 years ago

@Lukakva Thanks for your issue, don't hesitate to open a PR I would happily merge it! :)

Kerumen commented 4 years ago

This should be fixed in the last version. Don't hesitate to try it and to open a new issue if the problem is still there!