Closed Lukakva closed 4 years ago
I'm using React Native 0.57.8. After building the project, I encountered this YellowBox warning
I resolved this by adding the following code in /node_modules/react-native-awesome-card-io/ios/RCTCardIOUtilities.m
/node_modules/react-native-awesome-card-io/ios/RCTCardIOUtilities.m
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!
@Lukakva Thanks for your issue, don't hesitate to open a PR I would happily merge it! :)
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!
I'm using React Native 0.57.8. After building the project, I encountered this YellowBox warning
I resolved this by adding the following code in
/node_modules/react-native-awesome-card-io/ios/RCTCardIOUtilities.m
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!