-
Couldn't load subscription status.
- Fork 0
Comparing changes
Open a pull request
base repository: fantasywind/react-native-scrollable-tab-view
base: master
head repository: ptomasroos/react-native-scrollable-tab-view
compare: master
- 20 commits
- 10 files changed
- 16 contributors
Commits on Aug 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1868fa8 - Browse repository at this point
Copy the full SHA 1868fa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0156b21 - Browse repository at this point
Copy the full SHA 0156b21View commit details
Commits on Aug 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4cafe69 - Browse repository at this point
Copy the full SHA 4cafe69View commit details
Commits on Sep 10, 2019
-
Merge pull request ptomasroos#1032 from shystruk/patch-3
Update ScrollableTabsExample.js
Configuration menu - View commit details
-
Copy full SHA for f8a6730 - Browse repository at this point
Copy the full SHA f8a6730View commit details -
Merge pull request ptomasroos#1031 from shystruk/patch-2
Update SimpleExample.js
Configuration menu - View commit details
-
Copy full SHA for 3540d90 - Browse repository at this point
Copy the full SHA 3540d90View commit details -
Merge pull request ptomasroos#1030 from shystruk/patch-1
Update SimpleExample.js
Configuration menu - View commit details
-
Copy full SHA for a386010 - Browse repository at this point
Copy the full SHA a386010View commit details
Commits on Oct 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 68bdf62 - Browse repository at this point
Copy the full SHA 68bdf62View commit details
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cde116d - Browse repository at this point
Copy the full SHA cde116dView commit details
Commits on Oct 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fea1649 - Browse repository at this point
Copy the full SHA fea1649View commit details -
Remove deprecated ViewPager (ptomasroos#1039)
* remove deprecated ViewPager * Update index.js Co-Authored-By: Mustafa Buyukcelebi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b183e19 - Browse repository at this point
Copy the full SHA b183e19View commit details
Commits on Oct 20, 2019
-
Replace viewpager android for react-native 0.61.0 (ptomasroos#1038)
* add @react-native-community/viewpager in package.json * modify ViewPagerAndroid to refer to @react-native-community/viewpager * change version of @react-native-community/viewpager to ^2.0.1
Configuration menu - View commit details
-
Copy full SHA for 7118e98 - Browse repository at this point
Copy the full SHA 7118e98View commit details -
Bump diff from 3.3.1 to 3.5.0 in /Example (ptomasroos#1015)
Bumps [diff](https://github.com/kpdecker/jsdiff) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/kpdecker/jsdiff/releases) - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@v3.3.1...v3.5.0) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ac09a9 - Browse repository at this point
Copy the full SHA 8ac09a9View commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c0c9273 - Browse repository at this point
Copy the full SHA c0c9273View commit details
Commits on Dec 17, 2019
-
Set onScroll handler on tab bar view (ptomasroos#1005)
* adds passing onScroll to ScrollView in ScrollableTabBar * adds throttle to onScroll events of the underlying ScrollView
Configuration menu - View commit details
-
Copy full SHA for 665b18c - Browse repository at this point
Copy the full SHA 665b18cView commit details
Commits on Apr 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 510111a - Browse repository at this point
Copy the full SHA 510111aView commit details
Commits on May 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1371236 - Browse repository at this point
Copy the full SHA 1371236View commit details
Commits on Jul 24, 2020
-
fix: onTabChange called twice on Android (ptomasroos#1093)
`onPageSelected={this._updateSelectedPage}` ViewPager prop causes onTabChange to be called twice when change tabs without any gesture actions this will fix duplicated tab updates on android #### when user clicked tab buttons `goToPage -> updateSceneKeys(onTabChange) -> Screen Update -> onPageSelected={_updateSelectedPage} -> updateSceneKeys(onTabChange) -> Screen Update` #### when user swiped tab views `Swipe -> onPageSelected={_updateSelectedPage} -> updateSceneKeys(onTabChange) -> Screen Update` #### when user clicked tab buttons with this patch `goToPage -> set tabWillChangeWithoutGesture -> updateSceneKeys(onTabChange) -> Screen Update -> onPageSelected={_updateSelectedPage} -> ignore updateSceneKeys(onTabChange) -> remove tabWillChangeWithoutGesture`Configuration menu - View commit details
-
Copy full SHA for 9e58a54 - Browse repository at this point
Copy the full SHA 9e58a54View commit details -
[fixed: changed default tabbar tabUnderlineStyle prop to tabBarUnderl…
…ineStyle] (ptomasroos#1055) tabBarUnderlineStyle was not working on default tab bar because it was excepting tabUnderlineStyle prop
Configuration menu - View commit details
-
Copy full SHA for a7f46de - Browse repository at this point
Copy the full SHA a7f46deView commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 74c3ce7 - Browse repository at this point
Copy the full SHA 74c3ce7View commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 583a66f - Browse repository at this point
Copy the full SHA 583a66fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master