My assessments suggest It may be possible, but it will require custom implementation, there is no direct way of doing it.
Steps:
- update render-helper to parse tag id
- pass parent scroll view reference html renderer
- use native props to get position of each tag that has an id passed
- if anchor link is pressed, check for element position from map of positions
- scroll to that position using passed parent reference...
I was trying to hack around to put together a prototype for testing, but got stack at extraction position of element passed with an id.. but if we want to implement this, I can try to dig a bit more and make it work.
post reference
https://ecency.com/hive-125125/@chaosmagic23/guide-for-using-anchor-in
branch
https://github.com/ecency/ecency-mobile/tree/nt/anchor-scroll
My assessments suggest It may be possible, but it will require custom implementation, there is no direct way of doing it.
Steps:
I was trying to hack around to put together a prototype for testing, but got stack at extraction position of element passed with an id.. but if we want to implement this, I can try to dig a bit more and make it work.
post reference
https://ecency.com/hive-125125/@chaosmagic23/guide-for-using-anchor-in
branch
https://github.com/ecency/ecency-mobile/tree/nt/anchor-scroll