toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
565 stars 313 forks source link

Android absolute positioned, TouchableOpacity is not clickable in list . #177

Closed RupamShaw closed 3 years ago

RupamShaw commented 3 years ago

Issue summary

Add a short description of issue, preferably, a sentence.

Library versions

Steps to Reproduce

(Write your steps here:)

  1. multiple select component on absolute with zindex for list

Expected Behavior

(Write what you thought would happen.)

Actual Behavior

(Write what happened. Add screenshots!) Resolved it in library node_modules react-native-multi-select/lib/react-native-multi-select.js

removed native touchableOpacity

import {TouchableOpacity} from 'react-native-gesture-handler'

Reproducible Code

(Paste exact code snippet and instructions to reproduce the issue.)

RupamShaw commented 3 years ago

it can be resolved by opening PR