Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events not responding in Android, works on IOS #29

Closed
ayodejilawrence1 opened this issue Sep 10, 2019 · 5 comments
Closed

Events not responding in Android, works on IOS #29

ayodejilawrence1 opened this issue Sep 10, 2019 · 5 comments

Comments

@ayodejilawrence1
Copy link

Press events aren't fired on Androis Devices even though they work fine on IOS. See stub below

<RBSheet
ref={ref => {
this.RBSheet = ref;
}}
height={180}
duration={250}
animationType={"none"}
closeOnDragDown={true}
customStyles={{
container: {
//justifyContent: "left",
alignItems: "center",
borderRadius: 16
}
}}
>

                    <View style={{ paddingTop: 30 }}>
                       <TouchableOpacity onPress={() =>this.search()}>
                            <ListTitle>
                                <ListIcon>
                                    <Ionicons
                                        name="ios-search"
                                        size={30}
                                        color="#939BA1"
                                    />
                                </ListIcon>
                                <ListSubTitle>Search</ListSubTitle>
                            </ListTitle>
                        </TouchableOpacity>

                        <TouchableOpacity onPress={() =>this.logout()}>
                            <ListTitle>
                                <ListIcon>
                                    <Ionicons
                                        name="ios-log-out"
                                        size={30}
                                        color="#939BA1"
                                    />
                                </ListIcon>
                                <ListSubTitle>Logout</ListSubTitle>
                            </ListTitle>
                        </TouchableOpacity>
                    </View>

                </RBSheet>
@pbombo
Copy link

pbombo commented Sep 12, 2019

Ran into a similar issue as well

@nysamnang
Copy link
Owner

@ayodejilawrence1 @pbombo I just have published a new version, so let's upgrade to the latest one. If you still have this problem please kindly open it again.

@sjonchhe
Copy link

I think the problem still persists.Has anybody else faced the problem in the latest update aswell??

@Sharqiyem
Copy link

I think the problem still persists.Has anybody else faced the problem in the latest update aswell??

I have the same
Is anyone found how to fix it?

@jennifer-elyse
Copy link

I'm looking for a workaround as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants