Voice control (#75)

Add voice control via Reanimate.Voice.
Include rtfd article.

Former-commit-id: f80bb58031f6dfbb83bc8f188c17013afcb2dfd9
This commit is contained in:
David Himmelstrup 2020-05-22 23:30:44 +08:00 committed by GitHub
commit 7e1c7ea511
16 changed files with 1896 additions and 46 deletions

View file

@ -20,7 +20,7 @@ jobs:
steps:
- task: Cache@2
inputs:
key: ${{ parameters.name }} | "${{ parameters.vmImage }}" | $(STACK_YAML) | stack-root | $(Agent.OS) | version3
key: ${{ parameters.name }} | "${{ parameters.vmImage }}" | $(STACK_YAML) | stack-root | $(Agent.OS) | version4
path: $(STACK_ROOT)
cacheHitVar: CACHE_RESTORED
displayName: Cache stack root