I try to create react native app that looks like existing web app. I have a fixed footer at bottom of window. Do anyone have idea how this can be achieved with react native?
You get the Dimension first and then manipulate it through flex style
var Dimensions = require('Dimensions') var {width, height} = Dimensions.get('window')
In render
main footer
The other method is to use flex