Joezer
Joezer
registerCallback precisa ser chamado dentro da função onReady: exemplo: const onReady = () => { emailEditorRef.current.editor.registerCallback ('imagem', função (arquivo, concluído) { let files = file.attachments[0] let reader = new FileReader();...
registerCallback precisa ser chamado dentro da função onReady: exemplo: const onReady = () => { emailEditorRef.current.editor.registerCallback ('imagem', função (arquivo, concluído) { let files = file.attachments[0] let reader = new FileReader();...
Are there plans to add ?
Are there plans to add ?
Could you explain why, even though I am on SDK49, when I open the app in Expo Go and choose the 'open Android' option, it displays the message 'Expo Go...
I believe it wasn't clear, so I will detail it better. Note: _Analyze the chronological order of events, all the cell phone images are displaying the time in yellow, in...
A question arose for me, with Expo GO, in each branch I can access that development, having access to the "build" of that branch. Considering that the branches will no...
@sairamchow5555 But is expo-managed flow necessary when doing so?
I ended up creating the component by hand, considering it was having problems