Ecosyste.ms: Timeline

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

okwasniewski/react-native-bottom-tabs

willcaul starred okwasniewski/react-native-bottom-tabs
rizwanzaheer starred okwasniewski/react-native-bottom-tabs
aelassas starred okwasniewski/react-native-bottom-tabs
doguyilmaz starred okwasniewski/react-native-bottom-tabs
kaichen starred okwasniewski/react-native-bottom-tabs
aximcore starred okwasniewski/react-native-bottom-tabs
mozzius starred okwasniewski/react-native-bottom-tabs
okwasniewski pushed 1 commit to main okwasniewski/react-native-bottom-tabs

View on GitHub

okwasniewski created a tag on okwasniewski/react-native-bottom-tabs

v0.1.0 - Native Bottom Tabs for React Native

okwasniewski pushed 1 commit to main okwasniewski/react-native-bottom-tabs
  • fix: remove unused imports, style native bottom tabs example e00458e

View on GitHub

okwasniewski deleted a branch okwasniewski/react-native-bottom-tabs

fix/remove-stable-notice

okwasniewski pushed 1 commit to main okwasniewski/react-native-bottom-tabs
  • docs: Remove stability notice (#84) 704a963

View on GitHub

okwasniewski opened a pull request on okwasniewski/react-native-bottom-tabs
docs: Remove stability notice
Remove _early development_ badge, this means that the library API is stable but **it doesn't mean that it's bug free**(!)
okwasniewski created a branch on okwasniewski/react-native-bottom-tabs

fix/remove-stable-notice - Native Bottom Tabs for React Native

okwasniewski closed an issue on okwasniewski/react-native-bottom-tabs
☂ TabView Configuration
The goal of this umbrella issue is to implement missing configuration options for TabView: - [x] `barTintColor` - Background color of the tab bar (@shubhamguptadream11) #55 - [x] `activeTintCo...
okwasniewski pushed 1 commit to main okwasniewski/react-native-bottom-tabs
  • Added activeIndicator color in android (#83) * feat: added active indicator color option * feat: added support fo... 30add00

View on GitHub

okwasniewski closed a pull request on okwasniewski/react-native-bottom-tabs
Added activeIndicator color in android
Adding `activeIndicator` prop in android. This props is working with `Material Design 3`. ![Screenshot_20241028_163815](https://github.com/user-attachments/assets/2ff864cc-8707-4076-aa81-e4d2...
okwasniewski created a review on a pull request on okwasniewski/react-native-bottom-tabs
Thanks!

View on GitHub

okwasniewski created a comment on a pull request on okwasniewski/react-native-bottom-tabs
> @okwasniewski updated the doc. Should we also mention it's compatibility with material 3? Like this > > ``` > activeIndicatorColor <Badge text="android" type="info" /> > Sets the color of th...

View on GitHub

HamoBoker starred okwasniewski/react-native-bottom-tabs
shubhamguptadream11 created a comment on a pull request on okwasniewski/react-native-bottom-tabs
@okwasniewski updated the doc. Should we also mention it's compatibility with material 3? Like this ``` activeIndicatorColor <Badge text="android" type="info" /> Sets the color of the tab ind...

View on GitHub

okwasniewski created a review on a pull request on okwasniewski/react-native-bottom-tabs
Thanks for working on this! Everything looks good, can you add this to prop to docs?

View on GitHub

okwasniewski created a comment on a pull request on okwasniewski/react-native-bottom-tabs
@shubhamguptadream11 I think this doesn't have any effect on Material2 component design only on Material3

View on GitHub

okwasniewski pushed 1 commit to main okwasniewski/react-native-bottom-tabs
  • feat: add Apple TV support (#80) * feat: add Apple TV support * Update ios/TabViewImpl.swift ac97ff2

View on GitHub

okwasniewski closed an issue on okwasniewski/react-native-bottom-tabs
tvOS support
The goal of this issue is to add tvOS support
okwasniewski closed a pull request on okwasniewski/react-native-bottom-tabs
feat: add Apple TV support
Fixes #47 . See https://github.com/douglowder/ExpoRouterTV/tree/rn-bottom-tabs for a demo that works on Apple TV with this change.
okwasniewski created a review on a pull request on okwasniewski/react-native-bottom-tabs
Thank you!

View on GitHub

shubhamguptadream11 created a comment on a pull request on okwasniewski/react-native-bottom-tabs
![Screenshot_20241028_160936](https://github.com/user-attachments/assets/c2f43005-4f33-4924-a6d8-9f464980ef1a) Here is the snap. I am checking in example of native bottom tabs repo.

View on GitHub

douglowder created a review comment on a pull request on okwasniewski/react-native-bottom-tabs
```suggestion #if !os(tvOS) self.badge(data) #else self #endif ```

View on GitHub

Load more