Mike Yamato

Results 14 comments of Mike Yamato

I have a sprite sheet that's 1 row by 100 columns (800 kb) and it currently doesn't render on my iOS simulator. It does however show up on my actual...

@MiLeung I am not able to render the 1 row by 100 column sprite sheet with just a `Image` tag. I am able to render a 10x10 sprite sheet as...

Try disabling your cache. If your dev tools isn't open in the RND window, go to `View` -> `Toggle Developer Tools`. Then inside dev tools go to `Network` and check...

Has anyone been successful in updating the border colors by going into the Java file? I've tweaked it using different [standard colors](https://docs.oracle.com/javase/7/docs/api/java/awt/Color.html) but it doesn't have any visible effect. I'm...

> @mikeyamato check out the code i posted above @Foveluy I did but without success. That's why I was wondering if anyone was able to change it. I changed the...

@Foveluy out of curiosity were you able to update the line color in iOS or are you working with Android only?

@Foveluy I wonder if this is a iOS vs Android limitation. As requested... protected void drawForeground(Canvas canvas) { super.drawForeground(canvas); Paint paint = new Paint(); paint.setColor(Color.RED); // originally 'Color.WHITE' int colorFrom...

I took a look at PR #8 and even changed my code to how it was done but was unsuccessful 🙁

Okay, so the following solution is a **_temporary_** solution for iOS that worked for me. You'll need to go into the `RCTPicker.m` file through the following path: `*/node_modules/react-native/React/Views/RCTPicker.m` Right below...

One work around is to type a different starting letter immediately after erasing the previous phrase. Then erase that and start retyping the original phrase to get the suggestions back...