add comment

This commit is contained in:
ppc
2025-01-12 20:07:21 +00:00
parent d52757f134
commit 297ad685a7
+1
View File
@@ -92,4 +92,5 @@ function MethodCard(props: {
)
}
// the nfc library doesn't offer the same support for felica cards on android compared to ios...
export default Platform.OS === 'ios' ? CardAddModal : ManualCardEntry;