toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
569 stars 317 forks source link

List items not clickable in android when component is absolute with zindex. #178

Open RupamShaw opened 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!)

SomeOne can make pull request to correct it 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.)