This is a demo app that uses the Houndify React Native package
Intial Setup:
Follow instructions from React Native Getting Started
brew install watchman- install xcode and xcode developer tools
sudo gem install cocoapods
Server:
- Input clientId and clientSecret in /server/server.js
npm start
React Native App (in this order):
npm run xcode-refreshnpm installnpm run podInstall- start app bundler (Metro) in seperate tab using
npm start npm run ios- grant microphone permissions when prompted