Send xml as a message

This commit is contained in:
Abhay Raizada
2024-04-26 01:54:01 +05:30
parent bd7d7d414d
commit 18f4984f39
5 changed files with 435 additions and 370 deletions

View File

@@ -15,6 +15,7 @@
"@react-native-community/segmented-control": "^2.2.2",
"@react-native-community/slider": "^4.5.0",
"@react-native-picker/picker": "^2.6.1",
"buffer": "^6.0.3",
"events": "^3.3.0",
"nostr-tools": "^2.3.1",
"react": "18.2.0",
@@ -29,7 +30,8 @@
"react-native-webview": "^13.8.4",
"react-native-webview-crypto": "^0.0.25",
"stream": "^0.0.2",
"text-encoding-polyfill": "^0.6.7"
"text-encoding-polyfill": "^0.6.7",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/core": "^7.20.0",