react-native-arabic-autoheight-text
Version:
Smart Arabic/RTL text renderer for React Native using WebView: auto height, proper justification, line clamp, and skeleton loading.
73 lines (72 loc) • 2.01 kB
JSON
{
"name": "react-native-arabic-autoheight-text",
"version": "1.0.7",
"description": "Smart Arabic/RTL text renderer for React Native using WebView: auto height, proper justification, line clamp, and skeleton loading.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"react-native": "dist/index.js",
"source": "src/index.tsx",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/ahmedhegazydev/react-native-arabic-autoheight-text.git"
},
"homepage": "https://github.com/ahmedhegazydev/react-native-arabic-autoheight-text#readme",
"bugs": {
"url": "https://github.com/ahmedhegazydev/react-native-arabic-autoheight-text/issues"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"types:check": "tsc --noEmit",
"prepublishOnly": "yarn run clean && yarn run build"
},
"keywords": [
"react-native",
"react native",
"arabic",
"rtl",
"text",
"webview",
"auto-height",
"line-clamp",
"justify",
"skeleton",
"arabic-text",
"rtl-text",
"ui",
"component",
"react-native-component",
"react-native-library",
"middle-east",
"arabic-language"
],
"author": "Ahmed Mohamed Ali Ali Hegazy",
"license": "MIT",
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.72.0",
"react-native-skeleton-placeholder": ">=5.0.0",
"react-native-webview": ">=13.0.0"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-native": "^0.72.8",
"react-native-skeleton-placeholder": "^5.0.0",
"react-native-webview": "^13.12.2",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=16.0.0"
},
"packageManager": "yarn@3.6.4+sha512.e70835d4d6d62c07be76b3c1529cb640c7443f0fe434ef4b6478a5a399218cbaf1511b396b3c56eb03bc86424cff2320f6167ad2fde273aa0df6e60b7754029f"
}