react-native-international-phone-number 0.6.6 → 0.6.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.
package/README.md
CHANGED
|
@@ -133,7 +133,7 @@ npx react-native-asset
|
|
|
133
133
|
...
|
|
134
134
|
|
|
135
135
|
useFonts({
|
|
136
|
-
'TwemojiMozilla': require('./node_modules/react-native-international-phone-number/lib/assets/fonts/TwemojiMozilla.
|
|
136
|
+
'TwemojiMozilla': require('./node_modules/react-native-international-phone-number/lib/assets/fonts/TwemojiMozilla.woff2'),
|
|
137
137
|
});
|
|
138
138
|
|
|
139
139
|
...
|
|
@@ -149,7 +149,7 @@ npx react-native-asset
|
|
|
149
149
|
...
|
|
150
150
|
<key>UIAppFonts</key>
|
|
151
151
|
<array>
|
|
152
|
-
<string>TwemojiMozilla.
|
|
152
|
+
<string>TwemojiMozilla.woff2</string>
|
|
153
153
|
...
|
|
154
154
|
</array>
|
|
155
155
|
```
|
|
Binary file
|
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.6.
|
|
4
|
+
"version": "0.6.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",
|
|
Binary file
|