Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expanded Prop doesn´t work on Android #22

Open
BigPun86 opened this issue Apr 22, 2016 · 0 comments
Open

Expanded Prop doesn´t work on Android #22

BigPun86 opened this issue Apr 22, 2016 · 0 comments

Comments

@BigPun86
Copy link
Contributor

BigPun86 commented Apr 22, 2016

Like the title says, the expanded prop won´t effect on Android device. On my iOS Version everything works fine.

_Update_
When debugging the src/index.js i figured out, that i never get into the function of _getContentHeight

 componentDidMount() {
   // Gets content height when component mounts
   // without setTimeout, measure returns 0 for every value.
   // See https://github.com/facebook/react-native/issues/953
   setTimeout(this._getContentHeight);
},

When i remove the setTimeout, i can jump into the function, but every value of measure return 0 for every value. So this might be the issue!?

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant