feat: On Android, you can now share text & files from other apps directly into Standard Notes (#2352)
This commit is contained in:
@@ -9,4 +9,6 @@ export enum ReactNativeToWebEvent {
|
||||
KeyboardFrameDidChange = 'KeyboardFrameDidChange',
|
||||
KeyboardWillShow = 'KeyboardWillShow',
|
||||
KeyboardWillHide = 'KeyboardWillHide',
|
||||
ReceivedFile = 'ReceivedFile',
|
||||
ReceivedText = 'ReceivedText',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user