GithubHelp home page GithubHelp logo

Comments (4)

brentvatne avatar brentvatne commented on April 28, 2024 1

@summerkiflain - i have added you as a collaborator

from search-layout.

summerkiflain avatar summerkiflain commented on April 28, 2024

@brentvatne can't we remove the react-native-safe-area-view dependency and shift to react-native-safe-area-context altogether, there are 3 versions of react-native-safe-area-view on npm, default, latest & next, and I couldn't find below imports in any version of the package.

import { getInset, getStatusBarHeight } from 'react-native-safe-area-view';

This always goes into 2nd condition and picks the statusBar height from react-native import.

const ANDROID_STATUS_BAR_HEIGHT = getStatusBarHeight
      ? getStatusBarHeight()
      : StatusBar.currentHeight;

I am using a non-translucent status bar in my expo managed-flow app and its adding additional top padding in android version of the app. I am using yarn patch-package to change ANDROID_STATUS_BAR_HEIGHT to zero for that.

from search-layout.

brentvatne avatar brentvatne commented on April 28, 2024

hi @summerkiflain - that's a good call! do you want to help out with maintaining this project? i do not have time to maintain it and @eriveltonelias is also relatively busy as i understand

from search-layout.

summerkiflain avatar summerkiflain commented on April 28, 2024

@brentvatne sure, I can manage that for now.

from search-layout.

Related Issues (11)

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.