Daniel Reinoso
Daniel Reinoso
The babel plugin does not currently recognize styled components like the one below: ```js import styled from '@emotion/styled'; S.Image = styled(Img)({ width: '100%' }); ```
That's another option as well, I think it depends on the usage. I normally use it to process the mutations once as they occur, and the callback is a good...
I modified it to always return the callback value, instead of an object. ```js const defaultCallback = mutationList => mutationList; function useMutationObserver(targetNode, config, callback = defaultCallback) { const [value, setValue]...
I don't have a device with IR anymore. It probably needs to be updated to work with latest React versions or Android APIs
I don't have a device with IR anymore, open to PRs.