javascript - React native stlying -
i having trouble figuring out how layout views react native.
i have container view want hold 3 views a,b , c.
i want , b views on top of each other visible.
when user presses b view should slide out underneath until hits end of container, whilst going on view c isnt visible anymore.
when user presses b inside of b view slide under showing c again.
i have tried using position absolute doesnt work intended , still leaves views b , c on same level, instead of b being above c.
i cant seem figure how arrangement looking , wondering if had ideas might help.
Comments
Post a Comment