Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

bradstiff

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...

View on GitHub

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!

View on GitHub

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

View on GitHub

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...

View on GitHub

bradstiff pushed 1 commit to main bradstiff/react-native-blasted-image
  • Enable reloading image on source change 81bede0

View on GitHub

bradstiff opened an issue on xerdnu/react-native-blasted-image
Best practice to force reload in low network conditions
I am displaying images in a FlatList. In low network conditions, some of those images are blank, and some are the default Broken Image that is part of this package. Is there a best practice to a...
bradstiff opened an issue on mapbox/mapbox-maps-ios
Excess CPU Usage after Location permission granted
## Environment - Xcode version: 16 - iOS version: 17, 18 - Devices affected: - Maps SDK Version: 10.19.0 ## Observed behavior and steps to reproduce After granting Location permission,...