erikpoort / react-native-wallet

ReactNative module for Apple Wallet
MIT License
96 stars 17 forks source link

android support #3

Open sibelius opened 6 years ago

erikpoort commented 6 years ago

Do you mean that for android I should launch an intent that opens the pass with a shoebox urlscheme?

sibelius commented 6 years ago

not sure yet

clevertree commented 6 years ago

@erikpoort Nice library! Question,

Would it make sense for this library to integrate the new Google Pay (GPay) SDK to support android? I'm confused on a few points, but I'm assuming GPay has the same functionality as Apple Wallet in regards to this library.

I would like to help develop this add-on if possible. Any advice for someone who has not created a react-native library before? I'm assuming it all comes down to exporting the necessary endpoints and testing. Thanks!

erikpoort commented 6 years ago

I'm not really up to date on Android development, so I wouldn't be able to tell you whether or not it has the same functionalities.

If you want to add this functionality to the lib, you can send me a PR. Check out some of my other repositories to get an idea on how I like the setup to be done :)

david-plastiq commented 3 years ago

@erikpoort Nice library! Question,

Would it make sense for this library to integrate the new Google Pay (GPay) SDK to support android? I'm confused on a few points, but I'm assuming GPay has the same functionality as Apple Wallet in regards to this library.

I would like to help develop this add-on if possible. Any advice for someone who has not created a react-native library before? I'm assuming it all comes down to exporting the necessary endpoints and testing. Thanks!

Did you find a GPay version?