+ {LnurlCommand.name}
+ {LnurlCommand.longDescription}
+
+
+ Pick a value (Required)
+
+
+
+
+
+
+ {lnurlFunction === 'channel' && (
+
+ }
+ style={styles.switch}
+ label={LnurlCommand.flags.is_private}
+ />
+ )}
+
+ {lnurlFunction === 'pay' && (
+ <>
+ <>
+
+ {avoid.map((element, index) => (
+
+ handleAvoidChange(index, e)}
+ style={styles.textField}
+ id={`avoid-${index}`}
+ />
+ {!!index ? (
+ removeAvoidFields(index)}
+ style={styles.iconButton}
+ >
+
+
+ ) : null}
+
+ ))}
+ >
+
+ <>
+
+ {out.map((element, index) => (
+
+ handleOutChange(index, e)}
+ style={styles.textField}
+ id={`out-${index}`}
+ />
+ {!!index ? (
+ removeOutFields(index)} style={styles.iconButton}>
+
+
+ ) : null}
+
+ ))}
+ >
+
+
+
+ >
+ )}
+
+ {(lnurlFunction === 'withdraw' || lnurlFunction === 'pay') && (
+
+ )}
+
+
+
+
+
+
+ Run
+ Command
+
+
+
+
+