Skip to content

Commit

Permalink
ref(dev-guide/react-native-sdk): added quotes for dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Nov 21, 2023
1 parent e5b7ac7 commit e2b60bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev-guide/react-native-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = (async () => {
This enables the screen share feature.

#### API
- Our app use react-native-orientation-locker dependency that uses API 33 features. Make sure that your app, in `android\build.gradle`, targets that version:
- Our app use `react-native-orientation-locker` dependency that uses API 33 features. Make sure that your app, in `android\build.gradle`, targets that version:
```markdown
buildscript {
ext {
Expand Down

0 comments on commit e2b60bd

Please sign in to comment.