react-native-share / react-native-share

Social share, sending simple data to other apps.
https://react-native-share.github.io/react-native-share
MIT License
3.64k stars 946 forks source link

It should work as Bottom sheet. #50

Closed waleedarshad-vf closed 6 years ago

waleedarshad-vf commented 8 years ago

I Have a scenario where i wanted to show share sheet on clicking button in child component. if i put share sheet in parent it show as bottom sheet, if i put the same in child. It show in the middle of screen where child components end.

Is there any workaround to acheive this.

waleedarshad-vf commented 8 years ago

I used custom sheets instead of shareSheet and it is working well. rest of the content is yours :)

waleedarshad-vf commented 8 years ago

I resolved it with the mixture of https://github.com/eyaleizenberg/react-native-custom-action-sheet

but Awesome work. Thanks

yokohama199121 commented 7 years ago

hello waleedarshad-vf! u can help me how do that???? thank you!!!