Zach Gordon

Results 8 comments of Zach Gordon

This would be very useful. Are there any plans to implement this?

@Baskerville42 thanks! I'll get to testing this when I have time in the next few days. If all is good, I'll merge

> Would be great if this could be merged, had a few issues guessing the correct types for props. Sorry, just saw this. I'll get it merged and deployed for...

I think this will break this use case: ![round](https://user-images.githubusercontent.com/10931905/92073744-127a0100-ed7a-11ea-8777-291d2defee8f.PNG) After applying your changes I see this: ![roundbroken](https://user-images.githubusercontent.com/10931905/92073765-1ad23c00-ed7a-11ea-9840-98aa6696e996.PNG) You also have merge conflicts as I just merged https://github.com/nihgwu/react-native-pie/pull/40 which ran prettier...

@SiyabongaNzulwana ready for review again?

Can you post a code snippet? Also what version of react native are you running?

Can you please provide a code snippet? Also note a few disclaimers in the strokeCap section of our docs, which might be applying here. > strokeCap ( round , butt...

Further investigation shows that `pushNotification` here is `null` in the above scenario. ``` PushNotificationIOS.getInitialNotification().then(pushNotification => { this._handleIOSNotification(pushNotification); }); ```