From e15e35f797cdec77e58b484cdc6829985736f86c Mon Sep 17 00:00:00 2001 From: ygit Date: Mon, 9 Aug 2021 13:19:53 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1be102140..e7e17d29a 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,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 ``` From 304866a3bdfa77be04c8eac9bd651e025713b4e8 Mon Sep 17 00:00:00 2001 From: Yogesh Singh Date: Mon, 9 Aug 2021 13:45:41 +0530 Subject: [PATCH 2/3] updated iOS info plist --- example/ios/RNHMSExample/Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/ios/RNHMSExample/Info.plist b/example/ios/RNHMSExample/Info.plist index a391623ed..44b4800c1 100644 --- a/example/ios/RNHMSExample/Info.plist +++ b/example/ios/RNHMSExample/Info.plist @@ -39,10 +39,10 @@ Example App wants to use your camera NSLocalNetworkUsageDescription Example App wants to use your local network - NSLocationWhenInUseUsageDescription - NSMicrophoneUsageDescription Example App wants to use your microphone + ITSAppUsesNonExemptEncryption + UIAppFonts AntDesign.ttf From e69856eafb5e0dd1c8c4e3cbc05d20e929f618b8 Mon Sep 17 00:00:00 2001 From: ygit Date: Mon, 9 Aug 2021 14:03:38 +0530 Subject: [PATCH 3/3] added meta badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e7e17d29a..c6d27eecd 100644 --- a/README.md +++ b/README.md @@ -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