Skip to content

Commit

Permalink
Make example works
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jan 18, 2018
1 parent 390a8bd commit bd3c718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions example/ios/Example/Info.plist
Expand Up @@ -57,6 +57,8 @@
<string>test</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>test</string>
<key>NSMotionUsageDescription</key>
<string>test</string>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-peripheral</string>
Expand Down
2 changes: 1 addition & 1 deletion lib/permissions.ios.js
Expand Up @@ -20,7 +20,7 @@ const permissionTypes = [
'notification',
'backgroundRefresh',
'speechRecognition',
'motion'
'motion',
]

const DEFAULTS = {
Expand Down

0 comments on commit bd3c718

Please sign in to comment.