jaing / react-native-places-input

MIT License
46 stars 18 forks source link

Use ScrollView instead of View #18

Open hamzasajid1995 opened 4 years ago

hamzasajid1995 commented 4 years ago

You are using View to list all result places. and now the problem is that Users cant scroll if the size of content inside this View increases than screen size. Can you change it to ScrollView or KeyboardAvoidingView