Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
bradstiff created a comment on an issue on infinitered/reactotron
> same here, this link may help [facebook/react-native#47193 (comment)](https://github.com/facebook/react-native/issues/47193#issuecomment-2457048441) The patch resolved the issue for me with RN...
bradstiff created a comment on a pull request on react-navigation/react-navigation
The labelStyle prop is also still mentioned in the documentation, so really hoping it was accidentally removed. I need it!
bradstiff opened a pull request on react-navigation/react-navigation
Fix: labelStyle prop removed from TabBar component (react-native-tab-view)
The labelStyle prop was dropped from the TabBar component in the 4.0 version. It appears to be accidental as it is still defined in the Prop spec. This PR fixes that.bradstiff created a comment on a pull request on xerdnu/react-native-blasted-image
#25
bradstiff opened a pull request on xerdnu/react-native-blasted-image
Enable refetching broken image on source change
This PR enables the component to refetch the image on a new source object prop, even if the component's error state value is set. I removed the error state value from the dependencies of the eff...bradstiff created a comment on an issue on xerdnu/react-native-blasted-image
After further investigation into the package, I discovered the following. When an image fails to load due to a network timeout or invalid url, the error state value is set and the component rend...
bradstiff pushed 1 commit to main bradstiff/react-native-blasted-image
- Enable reloading image on source change 81bede0