ar-react-native-text-highlight
Version:
React Native component used to highlight character within a word. This is a port of [react-native-text-highlight](https://github.com/Anand-Rakesh/React-Native-Text-Highlight).
52 lines (51 loc) • 1.27 kB
JSON
{
"name": "ar-react-native-text-highlight",
"version": "0.0.15",
"private": false,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "react-native"
},
"description": "React Native component used to highlight character within a word. This is a port of [react-native-text-highlight](https://github.com/Anand-Rakesh/React-Native-Text-Highlight).",
"main": "./src/index.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/Anand-Rakesh/React-Native-Text-Highlight.git"
},
"keywords": [
"react",
"native",
"text",
"hightlight",
"color",
"search",
"filter",
"word",
"character",
"substring",
"matches",
"occurrences",
"highlighter",
"react-component",
"react-native"
],
"author": "Anand_Rakesh",
"license": "MIT",
"bugs": {
"url": "https://github.com/Anand-Rakesh/React-Native-Text-Highlight/issues"
},
"homepage": "https://github.com/Anand-Rakesh/React-Native-Text-Highlight#readme"
}