{
	"name": "react-native-native-select",
	"version": "1.2.0",
	"description": "react-native-native-select is a strictly native, performant Select component for React Native built exclusively for the New Architecture.",
	"main": "src/index.ts",
	"react-native": "src/index.ts",
	"types": "src/index.ts",
	"source": "src/index",
	"files": [
		"src",
		"android",
		"ios",
		"react-native-native-select.podspec",
		"!android/build",
		"!ios/build",
		"!tests",
		"!**/__tests__",
		"!**/__fixtures__",
		"!**/__mocks__"
	],
	"keywords": [
		"react-native",
		"ios",
		"android",
		"picker",
		"dropdown",
		"select",
		"input select",
		"new architecture",
		"typescript",
		"native-module"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/wneel/react-native-native-select.git"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"author": "Wayan NEEL <66263633+wneel@users.noreply.github.com> (https://github.com/wneel)",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/wneel/react-native-native-select/issues"
	},
	"homepage": "https://github.com/wneel/react-native-native-select#readme",
	"peerDependencies": {
		"react": "*",
		"react-native": ">=0.71.0"
	},
	"codegenConfig": {
		"name": "RTNSelectSpec",
		"type": "components",
		"jsSrcsDir": "src",
		"android": {
			"javaPackageName": "com.rtnselect"
		}
	}
}
