react-native-popover icon indicating copy to clipboard operation
react-native-popover copied to clipboard

breaks on React 16

Open matthewboman opened this issue 8 years ago • 2 comments

Downloaded the latest branch from here but it breaks with React 16. Are there plans to maintain this for forward compatibility?

matthewboman avatar Oct 31 '17 20:10 matthewboman

Feel free to checkout my library, based on this one.

https://github.com/jasongaare/react-native-walkthrough-tooltip

jasongaare avatar Feb 26 '19 18:02 jasongaare

I also have forked and updated this library so that it works with the latest react native, and have a very similar API to the Popover in this repository: https://github.com/SteffeyDev/react-native-popover-view

SteffeyDev avatar Jun 08 '19 21:06 SteffeyDev