diff --git a/README.md b/README.md index 392c6fd..c2ba7b1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ # react-native-outlined-text -[![npm](https://img.shields.io/npm/v/@donkasun/react-native-outlined-text)](https://www.npmjs.com/package/@donkasun/react-native-outlined-text) -[![npm downloads](https://img.shields.io/npm/dm/@donkasun/react-native-outlined-text)](https://www.npmjs.com/package/@donkasun/react-native-outlined-text) - - -[![React Native](https://img.shields.io/badge/react%20native-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)](https://reactnative.dev/) -[![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/) -[![React Native SVG](https://img.shields.io/badge/react%20native%20svg-%23E23237.svg?style=for-the-badge&logo=svg&logoColor=white)](https://github.com/react-native-svg/react-native-svg) +[![React Native](assets/badges/react-native.svg)](https://reactnative.dev/) +[![TypeScript](assets/badges/typescript.svg)](https://www.typescriptlang.org/) +[![React Native SVG](assets/badges/react-native-svg.svg)](https://github.com/react-native-svg/react-native-svg) An enhanced, customizable React Native component for creating outlined text with stroke effects and automatic text wrapping. diff --git a/assets/badges/react-native-svg.svg b/assets/badges/react-native-svg.svg new file mode 100644 index 0000000..688213f --- /dev/null +++ b/assets/badges/react-native-svg.svg @@ -0,0 +1 @@ +REACT NATIVE SVGREACT NATIVE SVG \ No newline at end of file diff --git a/assets/badges/react-native.svg b/assets/badges/react-native.svg new file mode 100644 index 0000000..79c50df --- /dev/null +++ b/assets/badges/react-native.svg @@ -0,0 +1 @@ +REACT NATIVEREACT NATIVE \ No newline at end of file diff --git a/assets/badges/typescript.svg b/assets/badges/typescript.svg new file mode 100644 index 0000000..ee58d2a --- /dev/null +++ b/assets/badges/typescript.svg @@ -0,0 +1 @@ +TYPESCRIPTTYPESCRIPT \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 0085e84..9b30c0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@donkasun/react-native-outlined-text", - "version": "1.0.2", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@donkasun/react-native-outlined-text", - "version": "1.0.2", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@types/react": "^19.0.10", diff --git a/package.json b/package.json index 1f0dd89..20aa883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@donkasun/react-native-outlined-text", - "version": "1.0.2", + "version": "1.0.4", "description": "A React Native component for creating outlined text with customizable stroke effects and automatic text wrapping", "main": "lib/index.js", "types": "lib/index.d.ts",