floating action button on react native
I want to use a floating action button in react native android in bottom right corner of the screen. But I am not able to do so. The CreateButton component contains floating button code. I called the CreateButton component after the list View and I want to show this button on the ListView android component with transparent overlay and fixed position in bottom right. <DrawerLayoutAndroid drawerWidth={300} drawerPosition={DrawerLayoutAndroid.positions.Left} renderNavigationView={() => navigationView}> <View style={styles.navBar}> <TouchableOpacity style={styles.menuIconButton}> <Image style=