Ryan Wilson
Ryan Wilson
I'm trying to install npx but whenever I run `npm install -g npx` I get this error: ``` npm install -g npx npm ERR! Darwin 18.2.0 npm ERR! argv "/Users/ryanwilson/.nvm/versions/node/v8.10.0/bin/node"...
I am using an Image component to display a profile picture but no matter what I do to the image component it will not reload the image. I have to...
I just followed all the instructions and everything seemed to work right but as soon as I imported jwt I started getting the error `Cannot read property 'split' of undefined`...
I'm trying to make a slider with a custom trackStyle but whenever I give it a different height, the marker doesn't adjust to the center. My slider: ``` ```
I have tried so many different ways to get this to work and actually return what I put into the mock function but every time no matter what I set...
I have the same code running on both iOS and Android and they are rendering differently. As you can see, the Android one is much larger than the iOS one....
It would be great to have some sort of table showing all the properties that can be passed into the KeyframeView and specifically what they do. Also it would be...