react-native-card.io
react-native-card.io copied to clipboard
Android Support
I see that Android Support is on your to-do. I was just curious how soon that might be available.
@cmmouritsen You can see the progress here: https://github.com/BBB/react-native-card.io/pull/2
Any help would be appreciated!
Awesome. Thanks. Understood on help being appreciated. I have a few other things I need to finish up first, then I'll see if I can help.
So I obviously haven't got around to helping with this. I do have a related question: If I have an app for iOS and Android that has a dependency on this library, would you expect it to crash immediately upon starting the app on Android?
@cmmouritsen That sounds very likely. There is currently no code in to repo to support android. feature/android
has some support, perhaps you'd like to try that?
@BBB I started looking at what it would take to make this work on Android as I have a need to implement Card IO in my react native app and noted a fairly large difference between the iOS SDK and Android - On iOS you can embed the view into another view which is the way its implemented here but on Android it seems you can only open it as its own Activity. Obviously that isn't an issue but for this implementation specifically what were you planning to do? The inconsistency would not be something easily overcome.
@rmevans9 That's precisely the issue I found last time I tried to implement it. I was able to show the Activity, but not able to send the scanning info back out of it IIRC. I was planning on looking around at some other react-native android modules to see if anyone has worked around it. I've not had the time unfortunately!
@BBB So I am really digging into implementing this for Android. It will have to be via an Activity and won't be able to be embedded on in a view. For my use case that is completely fine but is different then the iOS implementation. As such I am going to try and standardize between the two OSes. Interested in a PR when I get that wrapped up?
@rmevans9 I don't see any issues with that. :+1:
Hi,
Are you still working on Android support for this project? Do you have an idea when it could be finished?
Thanks. Daniel
@Daniellt1 I've not got any need for the android version at the moment so development has stalled. Feel free to contribute on #2 though.
Did you get anywhere @rmevans9?
Hey guys,
I have not, got pulled off onto other higher priority projects. I might be coming back to this soon... just no timeline yet.
Sorry!
Hey! As this module seems to be unmaintained I wrote a complete and cross-platform component for card.io. Feel free to contribute!
https://github.com/Kerumen/react-native-awesome-card-io