По каким-то причинам позиция: «абсолют» не работает в Android. С iOS работает, но на Android нет рендеринга. Кто-нибудь знает, как установить положение: «абсолютное» на устройстве Android?
Button: {
position: "absolute",
right: 0,
top: 0,
borderRadius: 4,
borderWidth: 2,
width: 100,
height: 40,
borderColor: 'red',
backgroundColor: "rgb(72, 120, 166)",
}
Подробнее здесь: https://stackoverflow.com/questions/511 ... in-android