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: Mbompr/react-native-interactable
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: workshoptech/react-native-interactable
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.
  • 8 commits
  • 7 files changed
  • 5 contributors

Commits on Oct 19, 2017

  1. Add a return value to onDrag callback.

    Add targetSnapPointId to onDrag callback.
    targetSnapPointId - For end state, the string id of the target point in the snapPoints array (assuming it was provided). Otherwise, empty string.
    The value is the snap point id which is the destination of the object.
    Dolav Soker committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    1481a37 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. fix error

    ButtersHub authored Oct 22, 2017
    Configuration menu
    Copy the full SHA
    6e4c0ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request wix-incubator#161 from wix/onDragTargetSnapPoint

    Add a return value to onDrag callback.
    ButtersHub authored Oct 22, 2017
    Configuration menu
    Copy the full SHA
    21fa415 View commit details
    Browse the repository at this point in the history
  3. 0.1.4

    ButtersHub committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    de356a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. added onStop event for Android + example in RowActions for using the …

    …event
    Jonathan Adler
    Jonathan Adler committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    954d289 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. 0.1.6

    ButtersHub committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    0945b7a View commit details
    Browse the repository at this point in the history
  2. Merge pull request wix-incubator#164 from wix/on-stop-android

    added onStop event for Android + example in RowActions for using the …
    ButtersHub authored Nov 1, 2017
    Configuration menu
    Copy the full SHA
    1ec16ab View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Merge pull request #1 from wix/master

    Merge to master
    karltaylor authored Nov 30, 2017
    Configuration menu
    Copy the full SHA
    f0a077d View commit details
    Browse the repository at this point in the history
Loading