Glenn Engel
Glenn Engel
Still a problem 1/18/2020.
I'm seeing the same issue but am unable to reproduce via snack.expo.io. I observed the following sequence: 1. Picker initialized with an initial value, say 'one' 2. Callback occurs via...
I fixed mine by turning it into a controlled component like most of the other react-native components so rendering is only driven by props with not state memory. This actually...
> @glenne @EyMaddis @jpandl19 would you mind checking if [this branch](https://github.com/lawnstarter/react-native-picker-select/tree/controlled-component) solves the issue you were having? > > i'd ideally like to make as few breaking changes as possible,...
Due to some personal travel I won't be able to test for a few weeks but check it out. On Wed, Nov 20, 2019 at 5:31 PM Michael Lefkowitz wrote:...
I've been using the library with multiple devices for several years not. However, I just upgraded from 7.4.1 to 10.0.2 and on iOS I cannot do two calls to `await...
@punkch I'm here looking at your solution wondering if it'll help me. Have you been able to successfully utilize firebase in your solution? I'm trying to use firebase in my...
Thanks @punkch ! I can verify that adding to .babelrc had no effect but the webpack.config.js modification worked for me in both production and dev. I did not add the...
For anyone coming in late 2023, an easy workaround is shown in [this firebase issue](https://github.com/firebase/firebaseui-web-react/pull/173#issuecomment-1151532176). Basically, create your own StyledFirebaseAuth component (from source in the linked issue) and get rid...
Can you elaborate on use of external scroll view ref? Perhaps a snippet of code? Thanks.