Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  added meta badges
  updated iOS info plist
  Update README.md
  • Loading branch information
ygit committed Aug 9, 2021
2 parents df23e95 + e69856e commit 737d88f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# react-native-hms
![npm](https://img.shields.io/npm/v/@100mslive/react-native-hms)
![license](https://img.shields.io/npm/l/@100mslive/react-native-hms)
![quality](https://img.shields.io/npms-io/quality-score/@100mslive/react-native-hms)
![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@100mslive/react-native-hms)
![collaborators](https://img.shields.io/npm/collaborators/@100mslive/react-native-hms)

React native wrapper for 100ms SDK

Expand All @@ -10,6 +15,8 @@ npm install react-native-hms
cd ios/ && pod install
```

Download the Sample iOS App here: https://testflight.apple.com/join/v4bSIPad

## Permissions
Add following permissions in info.plist file
```
Expand Down
4 changes: 2 additions & 2 deletions example/ios/RNHMSExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
<string>Example App wants to use your camera</string>
<key>NSLocalNetworkUsageDescription</key>
<string>Example App wants to use your local network</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSMicrophoneUsageDescription</key>
<string>Example App wants to use your microphone</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>UIAppFonts</key>
<array>
<string>AntDesign.ttf</string>
Expand Down

0 comments on commit 737d88f

Please sign in to comment.