appidea / react-native-hce

Emulate smart cards inside React-Native application.
MIT License
71 stars 26 forks source link

implementation of createMime function to transfer images. #5

Open spsingh559 opened 3 years ago

spsingh559 commented 3 years ago

Hi team,

Is it possible to support MIME data type (Images) apart from TEXT and URI. There is already reference given by android NFC here https://developer.android.com/reference/android/nfc/NdefRecord#createMime(java.lang.String,%20byte[])

appidea commented 3 years ago

It's of course nice-to-have. You can open a pull request about that, because adding this feature seems to be trivial. If not, I think I will add this feature in some near future.