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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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
  [![Android](https://img.shields.io/badge/Android-API%2024%2B-3DDC84?style=for-the-badge&logo=android&logoColor=white)](https://developer.android.com/)
12
12
  [![Nitro Modules](https://img.shields.io/badge/Nitro%20Modules-Enabled-ff6b00?style=for-the-badge)](https://nitro.margelo.com/)
13
13
 
14
- | Preview 1 | Preview 2 |
15
- | ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
16
- | <img width="350" height="781" alt="Image" src="https://github.com/user-attachments/assets/4205fe25-c4db-47a2-82b9-0c37ed1dda79" /> | <img width="350" alt="Image" src="https://github.com/user-attachments/assets/e639b1e0-d702-4d93-9444-12528d560942" /> |
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.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": "^0.35.3",
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": "^0.26.4"
95
+ "react-native-nitro-modules": "0.35.3"
96
96
  },
97
97
  "workspaces": [
98
98
  "example"