Skip to content

Commit 5ac6036

Browse files
authored
Update README.md
1 parent 0aa1bca commit 5ac6036

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## @reclaimprotocol/inapp-rn-sdk
44

5-
![NPM Version](https://img.shields.io/npm/v/%40reclaimprotocol%2Finapp-rn-sdk)
5+
[![Reclaim React Native SDK](https://img.shields.io/github/v/tag/reclaimprotocol/reclaim-inapp-reactnative-sdk.svg)](https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk)
6+
[![Documentation](https://img.shields.io/badge/read_the-docs-blue.svg)](https://docs.reclaimprotocol.org/inapp-sdks/react-native)
7+
[![NPM Version](https://img.shields.io/npm/v/%40reclaimprotocol%2Finapp-rn-sdk.svg)](https://www.npmjs.com/package/@reclaimprotocol/inapp-rn-sdk)
68

79
This SDK allows you to integrate Reclaim's in-app verification process into your React Native application.
810

@@ -171,7 +173,7 @@ pod install
171173

172174
Your app performance will be severely impacted when you run debug executable on a physical device. Fixing this requires a simple change in your Xcode project xcscheme.
173175

174-
#### Method 1: Update Environment Variables for XCScheme (Recommended)
176+
##### Method 1: Update Environment Variables for XCScheme (Recommended)
175177
1. Open your iOS project (*.xcworkspace) in Xcode.
176178
2. Click on the project target.
177179
3. Click on the **Scheme** dropdown.
@@ -190,7 +192,7 @@ Your app performance will be severely impacted when you run debug executable on
190192
8. Click on the **Close** button in the dialog and build the project.
191193
9. Run the app on a physical device.
192194

193-
#### Method 2: Disable "Debug executable"
195+
##### Method 2: Disable "Debug executable"
194196

195197
This method is **not recommended** but could be useful if you don't want to add environment variables to the xcscheme.
196198

@@ -309,8 +311,6 @@ reclaimVerification.setOverrides({
309311
})
310312
```
311313
312-
Note: Overriding again will clear previous overrides
313-
314314
## Contributing
315315
316316
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

0 commit comments

Comments
 (0)