Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fantasywind/react-native-scrollable-tab-view
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ptomasroos/react-native-scrollable-tab-view
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 10 files changed
  • 16 contributors

Commits on Aug 29, 2019

  1. Update SimpleExample.js

    shystruk authored Aug 29, 2019
    Configuration menu
    Copy the full SHA
    1868fa8 View commit details
    Browse the repository at this point in the history
  2. Update SimpleExample.js

    shystruk authored Aug 29, 2019
    Configuration menu
    Copy the full SHA
    0156b21 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    4cafe69 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Merge pull request ptomasroos#1032 from shystruk/patch-3

    Update ScrollableTabsExample.js
    ptomasroos authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f8a6730 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ptomasroos#1031 from shystruk/patch-2

    Update SimpleExample.js
    ptomasroos authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    3540d90 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ptomasroos#1030 from shystruk/patch-1

    Update SimpleExample.js
    ptomasroos authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    a386010 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Use componentDidUpdate (ptomasroos#1037)

    Manfred Xu authored and ptomasroos committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    68bdf62 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    cde116d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. linter fix (ptomasroos#1013)

    whispyy authored and ptomasroos committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    fea1649 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated ViewPager (ptomasroos#1039)

    * remove deprecated ViewPager
    
    * Update index.js
    
    Co-Authored-By: Mustafa Buyukcelebi <[email protected]>
    2 people authored and ptomasroos committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    b183e19 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. 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
    kimmimoo authored and ptomasroos committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    7118e98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac09a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Bump version to 1.x

    ptomasroos committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    c0c9273 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. 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
    frobertson-ccb authored and ptomasroos committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    665b18c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    510111a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    1371236 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. 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`
    bang9 authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    9e58a54 View commit details
    Browse the repository at this point in the history
  2. [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
    Lokendra-rawat authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    a7f46de View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    74c3ce7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    583a66f View commit details
    Browse the repository at this point in the history
Loading