You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: