Hi there, this is the repo for the Google-auto-complete blog post
- Fork repository and clone it locally
$ git clone https://github.com/mosoakinyemi/autocomplete-example.git
$ cd newsdemo
$ yarn install
$ npx react-native run-android
$ cd ios && pod install
$ cd .. && npx react-native run-ios