eveningkid/react-native-popable

Add named components

Closed this issue · 2 comments

export default ({

Next.js fast refresh breaks with anonymously named components. It could be solved with export default function Popable.

This also has other implications for debugging.

I can PR this if you'd like.

Definitely, please do and I'll merge it when it's ready!

Just worked on it while I was at it: #5

Would that work you think?