Giter Club home page Giter Club logo

Comments (17)

andreifilip123 avatar andreifilip123 commented on July 29, 2024 5

Any upcoming release ? Or we should use the master branch ?

from react-native-extra-dimensions-android.

a-tokyo avatar a-tokyo commented on July 29, 2024 2

@ziyaddin I use this for now https://github.com/pluralcom/react-native-extra-dimensions-android

{
    "react-native-extra-dimensions-android": "https://github.com/pluralcom/react-native-extra-dimensions-android",
}

from react-native-extra-dimensions-android.

janczizikow avatar janczizikow commented on July 29, 2024 1

@Sunhat would it be possible to release new version of the package to the npm?

from react-native-extra-dimensions-android.

iamandiradu avatar iamandiradu commented on July 29, 2024 1

Release?

from react-native-extra-dimensions-android.

rishabh876 avatar rishabh876 commented on July 29, 2024 1

@ziyaddin I use this for now https://github.com/pluralcom/react-native-extra-dimensions-android

{
    "react-native-extra-dimensions-android": "https://github.com/pluralcom/react-native-extra-dimensions-android",
}

This is not working. Since in package.json has files defined and it does not have react-native.config.js in it. So npm does not fetch react-native.config.js file

from react-native-extra-dimensions-android.

a-tokyo avatar a-tokyo commented on July 29, 2024 1

If anyone is using https://github.com/pluralcom/react-native-extra-dimensions-android and would like us to publish an NPM release instead of just github, please let me know πŸ‘πŸ»

NPM is more reliable since using github link simply refers to the latest version and not an exact version

from react-native-extra-dimensions-android.

TheChanDI avatar TheChanDI commented on July 29, 2024

yeahh.. i am not being able to use this library because of RN 0.60+. Please update 'rnpm' props in packages.json

from react-native-extra-dimensions-android.

nathantaal avatar nathantaal commented on July 29, 2024

Release?

from react-native-extra-dimensions-android.

christheyounger avatar christheyounger commented on July 29, 2024

Release?

from react-native-extra-dimensions-android.

a-tokyo avatar a-tokyo commented on July 29, 2024

Can you please Release? πŸ’ͺ

from react-native-extra-dimensions-android.

Sunhat avatar Sunhat commented on July 29, 2024

Dead project. Nobody should use this.

from react-native-extra-dimensions-android.

rafalolszewski94 avatar rafalolszewski94 commented on July 29, 2024

@Sunhat any recommendations on alternatives?

from react-native-extra-dimensions-android.

ziyaddin avatar ziyaddin commented on July 29, 2024

@rafalolszewski94 have you found any alternatives?

from react-native-extra-dimensions-android.

Sunhat avatar Sunhat commented on July 29, 2024

If Airbnb do not need this, then I'm going to say nobody else does either

from react-native-extra-dimensions-android.

Sunhat avatar Sunhat commented on July 29, 2024

Please provide me with an argument as to why this is necessary?

from react-native-extra-dimensions-android.

a-tokyo avatar a-tokyo commented on July 29, 2024

Example usecase:

  if (Platform.OS === 'android') {
    const ExtraDimensions = require('react-native-extra-dimensions-android');
    const STATUSBAR_HEIGHT = ExtraDimensions.get('STATUS_BAR_HEIGHT');
    const WINDOW_HEIGHT =
      ExtraDimensions.get('REAL_WINDOW_HEIGHT') -
      STATUSBAR_HEIGHT -
      ExtraDimensions.get('SOFT_MENU_BAR_HEIGHT');
    return { STATUSBAR_HEIGHT, WINDOW_HEIGHT };
  }

NOTE: Different existing RN projects ALREADY use this repo, which means that upgrading RN would be an issue just because of RNPM issues that can be maintained.

from react-native-extra-dimensions-android.

christheyounger avatar christheyounger commented on July 29, 2024

Yes, I fail to see why accepting a PR and creating a release tag is too big a burden.
The package is otherwise functional, just needs an occasional update that others in the community can provide.
You just need to create a tag.

from react-native-extra-dimensions-android.

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.