文件名称:React Native(Android 和 IOS)的国家/地区名称和代码列表
文件大小:216KB
文件格式:ZIP
更新时间:2024-06-28 10:07:46
React Native Awesome Components
React Native Country React Native countries v1.0.2 将直接为您提供本国列表。 国家名称以当地语言显示。 使用 NPM 开始安装 npm install --save react-native-countries 使用 YARN yarn add react-native-countries 链接 自动链接 react-native 链接 react-native-countries 手动链接 IOS 和 Android 手动安装(如果出现问题react-native link) 使用 Cocoapods (IOS) 如果您使用 Cocoapods,您应该将此行添加到您的 Podfile 文件 pod 'ReactNativeCountries', :path => '../node_modules/react-native-countries/ios' Usage import RNCountry 来自“react-native-countries”; 该套餐将为您提供 3 种不同的选择来获取国家/地区。 getCountryNames
【文件预览】:
react-native-countries-master
----.gitignore(429B)
----package.json(685B)
----LICENSE.md(1KB)
----android()
--------build.gradle(556B)
--------src()
----ios()
--------ReactNativeCountries.xcodeproj()
--------ReactNativeCountries.podspec(605B)
--------ReactNativeCountries.m(2KB)
--------ReactNativeCountries.h(289B)
--------ReactNativeCountries.xcworkspace()
----index.js(134B)
----README.md(3KB)
----example()
--------.gitignore(793B)
--------.babelrc(60B)
--------.flowconfig(2KB)
--------package.json(500B)
--------.buckconfig(114B)
--------android()
--------.watchmanconfig(2B)
--------ios()
--------index.js(179B)
--------App.js(1KB)
--------.gitattributes(16B)
--------app.json(51B)
--------yarn.lock(180KB)
----.npmignore(112B)
----.gitattributes(15B)
----docs()
--------manual-installation.md(1KB)