{"id":21575454,"url":"https://github.com/dzfweb/nativescript-emoji","last_synced_at":"2025-04-10T16:27:41.327Z","repository":{"id":57308507,"uuid":"91926540","full_name":"dzfweb/nativescript-emoji","owner":"dzfweb","description":"A simple library to add Emoji support to your NativeScript Application 😀😊🚀 ","archived":false,"fork":false,"pushed_at":"2019-04-22T20:38:09.000Z","size":2072,"stargazers_count":19,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T14:12:51.701Z","etag":null,"topics":["android","emoji","ios","nativescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dzfweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-21T01:39:27.000Z","updated_at":"2024-05-30T16:04:40.000Z","dependencies_parsed_at":"2022-09-12T11:51:45.431Z","dependency_job_id":null,"html_url":"https://github.com/dzfweb/nativescript-emoji","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzfweb%2Fnativescript-emoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzfweb%2Fnativescript-emoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzfweb%2Fnativescript-emoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzfweb%2Fnativescript-emoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dzfweb","download_url":"https://codeload.github.com/dzfweb/nativescript-emoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252677,"owners_count":21072699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","emoji","ios","nativescript"],"created_at":"2024-11-24T12:13:15.164Z","updated_at":"2025-04-10T16:27:41.307Z","avatar_url":"https://github.com/dzfweb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm](https://img.shields.io/npm/v/nativescript-emoji.svg)](https://www.npmjs.com/package/nativescript-emoji)\n[![npm](https://img.shields.io/npm/dt/nativescript-emoji.svg?label=npm%20downloads)](https://www.npmjs.com/package/nativescript-emoji)\n\n# NativeScript Emoji   😀😊🚀 \n\nA simple library to add Emoji support to your NativeScript app. Working on Android and iOS\n\n![Emoji](emojiprintscreen.png)\n\n## Instalation\n`tns plugin add nativescript-emoji`\n\n## Usage\n###### XML \n```\n\u003cPage xmlns=\"http://schemas.nativescript.org/tns.xsd\" xmlns:Emoji=\"nativescript-emoji\" navigatingTo=\"navigatingTo\" class=\"page\"\u003e  \n    \u003cPage.actionBar\u003e\n        \u003cActionBar title=\"NativeScript Emoji\" icon=\"\" class=\"action-bar\"\u003e\n        \u003c/ActionBar\u003e\n    \u003c/Page.actionBar\u003e\n    \u003cStackLayout orientation=\"horizontal\"\u003e\n        \u003cLabel text=\"I'm happy \"\u003e \u003c/Label\u003e\n        \u003cEmoji:Emoji name=\"joy\" /\u003e\n        \u003cEmoji:Emoji name=\"joy\" /\u003e\n        \u003cEmoji:Emoji name=\"joy\" /\u003e\n    \u003c/StackLayout\u003e\n\u003c/Page\u003e\n```\n\n###### TS\n```\nimport { Emoji } from 'nativescript-emoji';\n```\n\n###### ANGULAR\n```\nimport { registerElement } from \"nativescript-angular/element-registry\";\n\nregisterElement(\"Emoji\", () =\u003e require(\"nativescript-emoji\").Emoji);\n```\n\n###### NATIVESCRIPT-VUE\nAdd the following to your main.js, app.js or other entry point\n```\nVue.registerElement('Emoji', () =\u003e require('nativescript-emoji').Emoji)\n```\n\n\n## How to use\nSet emoji property name with the short-name of the emoji.\n\n`\u003cEmoji:Emoji name=\"joy\" /\u003e`\n\nWith Nativescript-Vue\n`\u003cEmoji name=\"joy\" /\u003e`\n\n### Available Properties\n\n`name`: emoji short-name\n\n`size`: size to display emoji\n\nThe full list you can access on the link below.\nhttps://raw.githubusercontent.com/dzfweb/nativescript-emoji/master/emoji.database.ts\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzfweb%2Fnativescript-emoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdzfweb%2Fnativescript-emoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzfweb%2Fnativescript-emoji/lists"}