Michael Brown

Results 29 comments of Michael Brown

There's a number of helper functions that appear to have been dropped, e.g. `hasClass` and `findShadowTarget`. Are there alternative methods for what these used to do?

> I'd recommend to either create your own helper functions instead of depending on those 'private' helpers in this module or just copy those to be your own helpers Thanks...

I had a go at converting the Example/App.js over to functional component and hooks. I got it kind of working, but as I got deeper into it, I decided that...

What @bwl21 said. I've spent hours looking around for something as simple as how to read the contents of a Dropbox file, before I came across his code. It would...

I'll belatedly answer this. The short answer is "no". Neither Babel nor Babel Standalone (now part of Babel itself) are module bundlers. You'll need something like SystemJS if you want...

Adding the colors.xml fixed it for me too. This definitely needs addressing the Readme. The way it's written there, it looks like colors.xml is an optional extra, only "if you...

I discovered (by accident!) that clicking **Edit Value->Enforce string** on the pop-up menu when the current value is _already_ a string representation of a number, will actually change the value...

> This menu item "Enforce string" is indeed a toggle, it has a toggle icon which is checked when the value is a string containing a numeric value, and unchecked...

@jankarres, Since your PR has not been accepted, I'm using your long `preload()` function above. Although it works, it's throwing multiple "Possible Unhandled Promise Rejection" warnings in the react-native console....

@jankarres , Doh! Yeah, you're right. It was my calling code that was missing the rejection handling. All good now.