We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390a8bd commit bd3c718Copy full SHA for bd3c718
example/ios/Example/Info.plist
@@ -57,6 +57,8 @@
57
<string>test</string>
58
<key>NSSpeechRecognitionUsageDescription</key>
59
60
+ <key>NSMotionUsageDescription</key>
61
+ <string>test</string>
62
<key>UIBackgroundModes</key>
63
<array>
64
<string>bluetooth-peripheral</string>
lib/permissions.ios.js
@@ -20,7 +20,7 @@ const permissionTypes = [
20
'notification',
21
'backgroundRefresh',
22
'speechRecognition',
23
- 'motion'
+ 'motion',
24
]
25
26
const DEFAULTS = {
0 commit comments