expo-paste-input 0.2.1 → 0.2.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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -161,3 +161,13 @@ Inspired by work from:
161
161
  ## License
162
162
 
163
163
  MIT
164
+
165
+ ---
166
+
167
+ ## Maintained by
168
+
169
+ expo-paste-input is built and maintained by [Arunabh Verma](https://arunabhverma.com).
170
+
171
+ Founder of [Powstać](https://powstac.com) - a software consultancy focused on polished, high-performance mobile experiences.
172
+
173
+ X: [@imarunabh](https://x.com/imarunabh)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-paste-input",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A wrapper around React Native TextInput to paste images and GIFs from the clipboard (iOS, Android, Web)",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",