Skip to content

Latest commit

 

History

History
executable file
·
28 lines (19 loc) · 625 Bytes

File metadata and controls

executable file
·
28 lines (19 loc) · 625 Bytes

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