react-native-places-input
react-native-places-input copied to clipboard
I have the following code:
Prop `placeholderTextColor` unapplied on source code so it doesn't work.
Thanks for the Wonderful library. My environment development use Typescript, my VS CODE warns `Try npm install @types/react-native-places-input if it exists or add a new declaration (.d.ts) file containing declare...
The package is working fine when it is used in any normal View elements. If I use it in LinearGradient View, The search results View is overlapping with the below...
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....
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...