react-native-international-phone-number 0.4.6 → 0.4.7

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,6 +29,10 @@
29
29
 
30
30
  <br>
31
31
 
32
+ ## Try it out
33
+
34
+ - [Demo](https://snack.expo.dev/@astroonauta/react-native-international-phone-number)
35
+
32
36
  ## List of Contents
33
37
 
34
38
  - [Installation](#installation)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-international-phone-number",
3
3
  "author": "AstrOOnauta (https://github.com/AstrOOnauta)",
4
- "version": "0.4.6",
4
+ "version": "0.4.7",
5
5
  "description": "International mobile phone input component with mask for React Native",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",