Tyler Streu

Results 3 comments of Tyler Streu

I found this nice little gem about creating a wrapper component that just animates your view out of the way using the built in Animated API. So far this workaround...

> For anyone else coming here by searching for "Invalid prop sourceID supplied to React.Fragment" – I stumbled upon this error by trying to render an empty Fragment as a...

This seems to be tied to the `mode` property. If you set the `outlineStyle` while `mode='flat'`, it causes this crash on Android. Switching to `mode='outlined'` when setting the `outlineStyle` resolved...