Closed Jonovono closed 6 years ago
This is not a requirement that I've ran into yet, but you can modify the source to omit position: 'relative'
from Row.js so you can set that Row to position absolute by itself. I would not recommend that. I would maybe wrap the Row in a View and set that as position absolute.
This looks like an awesome library!
One thing I am wondering is how I would place an overlay over a certain row. Position absolute feels weird because I want it as an overlay for that specific row view.
Here is a simple example:
Say I want something on top of the webview, how would you go about it?
Thanks!