You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ npm i react-native-voice --save
20
20
*[Permissions](#permissions)
21
21
*[Android](#android)
22
22
*[iOS](#ios)
23
-
*[Contibutors](#contibutors)
23
+
*[Contributors](#contributors)
24
24
25
25
<h2align="center">Linking</h2>
26
26
@@ -143,7 +143,7 @@ Since Android M (6.0), [user need to grant permission at runtime (and not during
143
143
By default, calling the `startSpeech` method will invoke `RECORD AUDIO` permission popup to the user. This can be disabled by passing `REQUEST_PERMISSIONS_AUTO: true` in the options argument.
144
144
145
145
If you're running an ejected expo/expokit app, you may run into issues with permissions on Android and get the following error `host.exp.exponent.MainActivity cannot be cast to com.facebook.react.ReactActivity
146
-
startSpeech`. This can be resolved by prompting for permssion using the `expo-permission` package before starting recogntion.
146
+
startSpeech`. This can be resolved by prompting for permssion using the `expo-permission` package before starting recognition.
147
147
```js
148
148
import { Permissions } from"expo";
149
149
asynccomponentDidMount() {
@@ -181,7 +181,7 @@ Please see the documentation provided by ReactNative for this: [PermissionsAndro
0 commit comments