You will need to install the Expo CLI. Please look at the getting started guide for installation https://facebook.github.io/react-native/docs/getting-started
Setup IBM Watson Assistant https://www.ibm.com/cloud/watson-assistant/
- Sign up for an IBM Cloud account
- Once you login to the dashboard search from Watson Assistant in the header
- Select Watson Assistant and sign up for the
Lite
plan. ClickCreate
- Click
Launch Watson Assistant
- Click on the
Skills
icon on the left hand side - On the My first skill card. Click on the three dots and select
View API Details
. Copy an paste the Username, Password and Skill ID in the Assistant.js file - Click on
My first skill
- In the upper right of the screen click on the three dots to
Import
- Use the
skill-Are-you-Rob-Base.json
file in the text to upload. It should give you the same dialog and intents from the demo
npm install
npm start