react-native-google-places-autocomplete
                                
                                 react-native-google-places-autocomplete copied to clipboard
                                
                                    react-native-google-places-autocomplete copied to clipboard
                            
                            
                            
                        Feature: Display loader while loading results
What's in this PR?
This PR adds a listLoaderComponent prop to enable showing a loading component while results are loading
Quick summary of the changes you made.
- Added a listLoaderComponentprop
Any necessary explanation of decisions you made
- This will be passed as the listEmptyComponentto theFlatListwhile the requests are in flight
- Defaults to not showing any loading indicator
- This PR is very similar to https://github.com/FaridSafi/react-native-google-places-autocomplete/pull/720
Before
https://user-images.githubusercontent.com/5545625/120728953-37cba500-c49b-11eb-9e07-a8f6f1deabea.mov
After
https://user-images.githubusercontent.com/5545625/120728067-50d35680-c499-11eb-85e1-27cb0ca5b7f5.mov
When is this going to be merged?
@eyalabs 🤷 Still waiting for it to be reviewed
@gruckion who can merge this?
Still waiting for this feature
@v-x2 or @gruckion could we merge this, please? I've fixed the merge conflicts.
Sorry for the delay, I was on parental leave.
Why isn't this being merged? Enable it with a flag and we can move on with it.
please merge it 🙏
Could we please merge this, this is really neat feature and we are having trouble outside of this component trying to accomplish the same.
@FaridSafi could you kindly merge this?
hello any one help me..
listLoaderComponent={() => { return <Text style={{backgroundColor: 'red'}}>loading...</Text>; }}
not working...
closed by #909 ?