react-native-nitro-country-picker 0.1.1 → 0.1.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.
- package/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -11,9 +11,9 @@ A Promise-based, native country picker for React Native, powered by Nitro Module
|
|
|
11
11
|
[](https://developer.android.com/)
|
|
12
12
|
[](https://nitro.margelo.com/)
|
|
13
13
|
|
|
14
|
-
| Preview 1
|
|
15
|
-
|
|
|
16
|
-
| <img width="350" height="781" alt="
|
|
14
|
+
| Preview 1 | Preview 2 |
|
|
15
|
+
| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
|
|
16
|
+
| <img width="350" height="781" alt="iOS Preview" src="./images/cp-ios.png" /> | <img width="350" height="781" alt="Android Preview" src="./images/cp-android.png" /> |
|
|
17
17
|
|
|
18
18
|
This library provides a single async API that opens a native picker and returns structured country data.
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-nitro-country-picker",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Native country picker module, powered by NitroModules",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"react": "19.2.4",
|
|
85
85
|
"react-native": "0.84.1",
|
|
86
86
|
"react-native-builder-bob": "^0.41.0",
|
|
87
|
-
"react-native-nitro-modules": "
|
|
87
|
+
"react-native-nitro-modules": "0.35.3",
|
|
88
88
|
"release-it": "^19.2.4",
|
|
89
89
|
"turbo": "^2.9.3",
|
|
90
90
|
"typescript": "^6.0.2"
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"react": "*",
|
|
94
94
|
"react-native": "*",
|
|
95
|
-
"react-native-nitro-modules": "
|
|
95
|
+
"react-native-nitro-modules": "0.35.3"
|
|
96
96
|
},
|
|
97
97
|
"workspaces": [
|
|
98
98
|
"example"
|