@avieldr/react-native-rsa 1.0.1 → 1.0.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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,6 +51,7 @@ Zero runtime dependencies — only peer dependencies on React and React Native.
51
51
  - Requires **New Architecture** (Turbo Modules) — React Native **0.71+**
52
52
  - Android **API 24+** (Android 7.0)
53
53
  - iOS **13.4+**
54
+ - **Expo** — Supported with [development builds](https://docs.expo.dev/develop/development-builds/introduction/) (`npx expo prebuild`). Not compatible with Expo Go.
54
55
 
55
56
  ## Installation
56
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avieldr/react-native-rsa",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "High-performance native RSA cryptography for React Native",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",