Skip to content

Any way to fire swipe event? #193

@terreb

Description

@terreb

I'm using native-base library swiperow component and looking to test for a function to be called on swipe. I'm trying

    const eventData = {
          nativeEvent: {
               translationX: 200
           },
       };
    fireEvent( el, 'pan', eventData )

...but not to avail. I'm getting No handler function found for event: pan

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions