React Native Zindex Problem na Androidzie

elevatedElement: {
  zIndex: 3, // works on ios
  elevation: 3, // works on android
}
Singh99