All Projects → arniu → react-native-ionicons

arniu / react-native-ionicons

Licence: MIT license
Ionic icons for React Native

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to react-native-ionicons

Ionicons
Premium hand-crafted icons built by Ionic, for Ionic apps and web apps everywhere 🌎
Stars: ✭ 15,802 (+36648.84%)
Mutual labels:  ionic, ionicons
ionic-resource-generator
Painless, Offline First, No Dependency, Ionic resources generator
Stars: ✭ 31 (-27.91%)
Mutual labels:  ionic, icon
ngrx-store-ionic-storage
Simple syncing between @ngrx/store and Ionic Storage.
Stars: ✭ 66 (+53.49%)
Mutual labels:  ionic
ionic3-firebase-ngrx
Sample Ionic 3 application using ngrx with firebase (auth, crud and camera plugin)
Stars: ✭ 48 (+11.63%)
Mutual labels:  ionic
OneSignal-Ionic-Sample
No description or website provided.
Stars: ✭ 85 (+97.67%)
Mutual labels:  ionic
Dianoia-app
Mobile (Ionic 3 - Angular 4) app about non-pharmaceutical activities and information for people with dementia.
Stars: ✭ 13 (-69.77%)
Mutual labels:  ionic
awesome-angular-iran
📄 A curated list of awesome Angular resources for Iranian developers
Stars: ✭ 25 (-41.86%)
Mutual labels:  ionic
ionic3
This repository contains complete source code for Ionic 3 tutorial from https://ampersandacademy.com/tutorials/ionic-framework-3. I will try many Ionic 3 specific scripts and will write them as separate tutorial. You can follow this repo to get more tested and working script for the Ionic 3.
Stars: ✭ 21 (-51.16%)
Mutual labels:  ionic
ionic4-angular7-httpinterceptor-example
Ionic 4 and Angular 7 Tutorial: HTTP Interceptor Example
Stars: ✭ 15 (-65.12%)
Mutual labels:  ionic
docker-ionic-android-sdk
Docker image include android sdk for building ionic framework application
Stars: ✭ 40 (-6.98%)
Mutual labels:  ionic
bearded-icons
The VS Code icons with a long beard.
Stars: ✭ 62 (+44.19%)
Mutual labels:  icon
pixeden-stroke-7-icon
A series of iOS 7 inspired vector icons in a custom @font-face icon font that can be styled dynamically using CSS.
Stars: ✭ 81 (+88.37%)
Mutual labels:  vector-icons
ionic-shop
基于ionic3开发的电商APP,商品搜索,商品分类,商品详情,商品评论,购物车,订单管理,支付宝沙箱等等。。
Stars: ✭ 15 (-65.12%)
Mutual labels:  ionic
elearning
elearning linux/mac/db/cache/server/tools/人工智能
Stars: ✭ 72 (+67.44%)
Mutual labels:  ionic
nuxt-fontagon
Try converting svg into font easily to make icon-font automatically. The Icon-Font generator Fontagon is available on the Nuxt module.
Stars: ✭ 18 (-58.14%)
Mutual labels:  icon
sm-coal-app
这是一个使用Ionic2开发的集数据展示,交易,交流于一体的APP
Stars: ✭ 21 (-51.16%)
Mutual labels:  ionic
node-mojo
Chat application NodeJS backend
Stars: ✭ 17 (-60.47%)
Mutual labels:  ionic
ionic4-image-crop-upload
Ionic 4, Angular 7 and Cordova Crop and Upload Image
Stars: ✭ 16 (-62.79%)
Mutual labels:  ionic
Food-Order
Food ordering template application using Ionic, Angular and Typescript.
Stars: ✭ 20 (-53.49%)
Mutual labels:  ionic
bobbycar
IoT Transportation demo using Red Hat OpenShift and Middleware technologies
Stars: ✭ 33 (-23.26%)
Mutual labels:  ionic

react-native-ionicons

npm Build Status code style: prettier

Bring Ionicons - Beautifully crafted open source icons to your awesome react-native apps.

Usage

  • Install
npm install react-native-ionicons@^4.x

Or:

yarn add react-native-ionicons@^4.x
  • Link with react-native (Optional)

Since v0.60, react-native link was replaced by the autolinking mechanism. So, needn't do this when you're using React Native 0.60+.

react-native link react-native-ionicons
  • Use it
import Icon from 'react-native-ionicons'

const IconBar = () => (
  <View>
    <Icon name="add" />
    <!-- This is same to the following: -->
    <Icon ios="ios-add" android="md-add" />
  </View>
)

Install instructions for Windows projects

  • Open the windows project file (.sln) in Visual Studio
  • Right click the Assets folder and select Add Existing
  • Browse to the node_modules\react-native-ionicons\fonts folder and select the font file
  • Click the Add drop-down and select Add as Link
  • In Visual Studio, select the font file in the Assets folder
  • Set the Copy To Output Directory property to Copy if newer
  • Save changes and recompile the project

Prop Types

Name Type Default Description
name IconName - Icon name used on all platforms
android IconName - Icon name for Android devices
ios IconName - Icon name for iOS devices
color ?string - Icon color
size ?number 30 Icon size, namely fontSize

IconName can be of short name or qualified name, which is the short one preffixed with md- or ios-.

The short IconName can be found here.

Versioning

We DOT NOT use SemVer for versioning. Though you can think about SemVer when reading our version, except our major number follow the one of Ionicons.

Share the Love

I Use Firefox

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].