brentvatne / react-native-overlay

An <Overlay /> component that brings content inside to the front of the view regardless of its current position in the component tree.
639 stars 79 forks source link

Question about performance #39

Open 29er opened 8 years ago

29er commented 8 years ago

I am interested in why you said, you really shouldn't use this and to choose 'absolute' positioning instead. Absolute positioning doesn't always solve the problem that this would. Are there performance issues with using this ?