Whenever I made the position style \'absolute\' for this view, it disappears. I have no idea why it is happening.
import React, { Component } from \'react\'; imp
Add zIndex:100 to your attributes. Worked for me.
zIndex:100