Ryan Leckey

Results 194 comments of Ryan Leckey

@abe33 Do you think there is merit in doing a full rewrite of the package and requiring the newest Atom version using package.json on release? There are a lot of...

@ox-michaelradionov Would it be possible to get this color from the theme? Or something similar declaratively? I'll merge this if that's non-trivial or doesn't make sense to you.

If you look at the example application or the android documentation it should explain to override the theme it's using.

https://github.com/mehcode/rn-splash-screen/blob/master/android/src/main/res/values/styles.xml#L7 should refer to _your_ `drawable/splash` if you've defined one correctly. I've tried running the example app several times and I don't see the default image ( https://github.com/mehcode/rn-splash-screen/blob/master/android/src/main/res/drawable/splash.png ) show...

Not possible to fix this without a large (internal) breaking change.

Here's an example of linter-ui-plus's panel: ![](https://user-images.githubusercontent.com/753919/28002478-686f307e-64ea-11e7-83c7-b41a2ef130c8.png) Ignoring the toolbar as I'm not a fan of it aside from the search. --- > There's a setting for you to opt...

> In the long term, we want this to be a home for all of the things you need to fix in your code. The first step for that supporting...

@matthewwithanm Swamped at the moment myself with my latest work project. I don't think I'll have a chance to do those until a week or two out. If they're still...

By mirror Swift APIs I don't mean use the names and types that Swift does. I more meant use the approach that Swift took in wrapping Objective C and take...

Sorry, should have clarified. I didn't mean that specific function is corrupting anything but the array itself. But combined with the accessor functions this could be dangerous.