Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 623 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 623 Bytes

Algolia and react native

You can find the tutorial on this website

The dataset is available on kaggle here.

If you want a file of 10.000 lines only, it's available here

Installation

Assuming that Xcode and react native are already installed, you should run the following commands :

$ yarn
$ cd ios && bundle exec pod install && cd ..
$ react-native run-ios