Winsey Li
Winsey Li
I have the same issue. Would be appreciated if this can be fixed.
You can add the following to ModalDropdown ``` componentDidUpdate(prevProps, prevState) { if (this.props.defaultValue !== prevProps.defaultValue) { this.setState({buttonText: this.props.defaultValue}) } } ```
I forked it with this ListView updated https://github.com/winseyli/react-native-modal-dropdown/pull/1 but I saw this repo had update 4 months ago it is still being maintained
check this https://github.com/sohobloo/react-native-modal-dropdown/pull/230 it is there
same here I am having the same issue
我遇到了相同的問題,已經試過很多library,仍然未找到一個可以portrait拍攝的 streaming library...
> `yarn add @react-native-community/viewpager` > `react-native link @react-native-community/viewpager` > and rebuild, solve it ✨ Thank you this works for me too. RN 0.61.4 (Seems like it is not necessary to...
same issue