await Sharing.shareAsync(cUri, { // how to sent not uri but just string
mimeType: "hui/string",
dialogTitle: "dsfsdefsgdfrgdgrdgfrdg"
});
IntentLauncher.startActivityAsync('action.DATA', {
type: "text/json",
data: content,
flags: 1,
});
How to send string from expo?