Code Monkey home page Code Monkey logo

Comments (4)

jeffinhk avatar jeffinhk commented on May 29, 2024

Same issue happening here under following conditions :
"react-native": "0.71.8",
"react-native-popover-view": "^5.1.7",

Android SDK :
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33

from react-native-popover-view.

tabish-kook avatar tabish-kook commented on May 29, 2024

I am facing the same issue on the following version.

"react-native-popover-view": "^5.1.8",
"react-native": "0.72.3",

Android SDK :
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33

from react-native-popover-view.

mlazari avatar mlazari commented on May 29, 2024

This issue with the popover showing in the wrong position appears when the status bar translucency is different in the popover. There are 2 cases:

  1. The status bar is translucent with the popover closed, but becomes non-translucent when the popover is shown. In this case the popover position is too low. Can be fixed by either setting statusBarTranslucent={true} for the Popover component, or adjusting the vertical offset to account for the status bar height with verticalOffset={-StatusBar.currentHeight}
  2. The status bar is non-translucent with the popover closed, but becomes translucent when the popover is shown. In this case the popover position is too high. Can be fixed by either setting statusBarTranslucent={false} for the Popover component, or adjusting the vertical offset to account for the status bar height with verticalOffset={StatusBar.currentHeight}

This issue as far as I understand happens because the popover position is computed in one coordinate system, but displayed in another one. When the status bar is translucent, the vertical coordinates are relative to the top of the screen, when it is not translucent - they are relative to the bottom of the status bar.

Not sure if there is a way to solve this automatically from the library, since there is no way to get if the status bar is translucent currently or not.

from react-native-popover-view.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.