Skip to content

Commit b6181db

Browse files
authored
Fix iOS setup step 4 (react-native-audio-toolkit#207)
Fix an issue where iOS usage description key was incorrect & not visible
1 parent dcc117f commit b6181db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/SETUP.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ React Native 0.59 and earlier:
111111
`libReactNativeAudioToolkit.a` from under Workspace.
112112
113113
4. Add a usage description to **Info.plist**.
114-
```<key>Privacy - Microphone Usage Description</key>
115-
<string>This app requires access to your microphone</string>
114+
```xml
115+
<key>NSMicrophoneUsageDescription</key>
116+
<string>This app requires access to your microphone</string>
116117
```
117118
118119
React Native 0.60 and later

0 commit comments

Comments
 (0)