Installation
Installing the Package
Install the package using npm or yarn:
# Using npm
npm install @julekgwa/react-native-places-autocomplete
# Using yarn
yarn add @julekgwa/react-native-places-autocomplete
Additional Setup
Since the component uses SVG icons, you'll need to install react-native-svg:
For Expo projects:
expo install react-native-svg
For bare React Native projects, follow the react-native-svg installation guide.
Requirements
This package is designed to work with React Native and has no additional dependencies. It works out of the box with all supported providers without requiring any extra libraries.
Next Steps
After installation:
- Check out the Basic Usage guide to get started
- Configure your preferred provider in the API Reference section
- Customize the appearance in the Styling guide