react-native-linkedin-oauth2 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,9 @@
5
5
 
6
6
  A simple, lightweight, and fully customizable React Native package for integrating LinkedIn OAuth2 authentication into your mobile apps. Built with TypeScript and designed for ease of use.
7
7
 
8
+ ⚠️⚠️⚠️⚠️ Warning THIS PACKAGE IS NOT TESTED IN IOS DEVICES
9
+ If Any one find bugs while using it in ios device please open issue in this [GitHub Repository](https://github.com/NikhilRW/react-native-linkedin-oauth2) ⚠️⚠️⚠️⚠️
10
+
8
11
  ## 📦 Installation
9
12
 
10
13
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-linkedin-oauth2",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "A simple package to integrate Linkedin OAuth2 in React Native Apps",
5
5
  "scripts": {
6
6
  "test": "jest",