Adam O'Neill

Results 3 comments of Adam O'Neill

Having the exact problem on my Galaxy S6 but with Slack's auth. It seems to just refresh the initial sign-in url no matter what I press. Haven't figured it out...

You can access `insertText()` like this: ```javascript const ed = quillRef.current.getEditor(); ed.editor.insertText(ed.getSelection().index, "★"); ```

Setting animated prop to false didn't work for me :/ Did anyone find any solutions other than handling the app state change?