Skip to content

Commit 19730c2

Browse files
Valegoxjokerttu
andcommitted
Update README.md
Co-authored-by: Joonas Kerttula <joonas.kerttula@codemate.com>
1 parent d8adffe commit 19730c2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,11 @@ To set up, specify your API key in the application delegate `ios/Runner/AppDeleg
136136

137137
```
138138
139-
#### [Expo] Add UIBackgroundModes
139+
#### Configure Background Modes
140140
141-
In order to use guidance features, add the following to your ``Info.plist``:
142-
```
141+
To receive location updates and provide turn-by-turn voice guidance while the app is in the background, add the following to your `Info.plist`:
142+
143+
```xml
143144
<key>UIBackgroundModes</key>
144145
<array>
145146
<string>location</string>

0 commit comments

Comments
 (0)