/autocomplete-example

repo for example on google autocomplete search for react-native

Primary LanguageJava

Google autocomplete example

Hi there, this is the repo for the Google-auto-complete blog post

Getting Started

  1. Fork repository and clone it locally
$ git clone https://github.com/mosoakinyemi/autocomplete-example.git
$ cd newsdemo
$ yarn install

Run on Android

$ npx react-native run-android

Run on iOS

$ cd ios && pod install
$ cd .. && npx react-native run-ios