Mike James

Results 42 comments of Mike James

update from @janl https://github.com/flatiron/cradle/pull/306#issuecomment-213482586

👍 this is keeping me up at night thinking I've caused wasted pixels on my fellow team mates super wide screen monitors - I've lodged a support ticket too

All very possible from the react-native side too.

submit a PR @saadq to report these changes via a new API method? it's a start. I doubt many people will be keen to have a sentry looking UI feedback...

@saadq add the following: ```js function submitFeedback(params){ let endpoint = 'https://sentry.io/api/0/projects/{your_organization_slug}/{your_project_slug}/user-feedback/' return fetch(endpoint, { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(params) }) } } let params = {...

@astraeapark same here RN: 0.55.3, sometime not at all?

@astraeapark I've since forked this library and updated it, https://github.com/export-mike/react-native-zss-rich-text-editor/tree/master/src see the exampleapp/

its used by react-native-zss-rich-text-editor.

https://github.com/export-mike/react-native-zss-rich-text-editor/tree/ios13 removing all usage of UIWebView here its working but having issues with the toolbar being behind the "auto-suggest"