react-native-international-phone-number 0.4.11 → 0.4.12

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 +8 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  <img src="https://img.shields.io/npm/v/react-native-international-phone-number.svg?style=flat-square">
12
12
  </a>
13
13
  <a href="https://www.npmjs.com/package/react-native-international-phone-number">
14
- <img src="https://img.shields.io/npm/dm/react-native-international-phone-number.svg?style=flat-square&color=success">
14
+ <img src="https://img.shields.io/npm/dt/react-native-international-phone-number.svg?style=flat-square&color=success">
15
15
  </a>
16
16
  <a href="https://github.com/AstrOOnauta/react-native-international-phone-number">
17
17
  <img src="https://img.shields.io/github/stars/AstrOOnauta/react-native-international-phone-number?style=flat-square&color=success"/>
@@ -29,6 +29,12 @@
29
29
 
30
30
  <br>
31
31
 
32
+ <div align = "center">
33
+ <a href="https://www.buymeacoffee.com/astroonauta" target="_blank">
34
+ <img src="https://survivingmexico.files.wordpress.com/2018/07/button-gif.gif" alt="Buy Me A Coffee" style="height: auto !important;width: 60% !important;">
35
+ </a>
36
+ </div>
37
+
32
38
  ## Try it out
33
39
 
34
40
  - [Demo](https://snack.expo.dev/@astroonauta/react-native-international-phone-number)
@@ -50,7 +56,7 @@
50
56
  - [Phone Input Disabled Mode](#phone-input-disabled-mode)
51
57
  - [Country Modal Disabled Mode](#country-modal-disabled-mode)
52
58
  - [Custom Disabled Mode Style](#custom-disabled-mode-style)
53
- - [Lib Props](#props)
59
+ - [Lib Props](#component-props-phoneinputprops)
54
60
  - [Lib Functions](#functions)
55
61
  - [Contributing](#contributing)
56
62
  - [License](#license)
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.11",
4
+ "version": "0.4.12",
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",