Zach Gordon
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:  After applying your changes I see this:  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); }); ```