@chaitrabhairappa/react-native-rich-text-editor 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,8 +9,8 @@ Unlike other rich text editor packages that rely on HTML and WebView, this libra
9
9
  ## Demo
10
10
 
11
11
  <p align="center">
12
- <img src="https://gist.github.com/user-attachments/assets/107e41e2-2a68-455e-9ae7-5dfd2b7323fc" width="300" alt="Demo 1" />
13
- <img src="https://gist.github.com/user-attachments/assets/0d7a7e51-e085-4292-a5bc-89f33b73bdfb" width="300" alt="Demo 2" />
12
+ <img src="https://raw.githubusercontent.com/Chaitra9225/Assets/main/demo-1.jpeg" width="300" alt="Demo 1" />
13
+ <img src="https://raw.githubusercontent.com/Chaitra9225/Assets/main/demo-2.jpeg" width="300" alt="Demo 2" />
14
14
  </p>
15
15
 
16
16
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chaitrabhairappa/react-native-rich-text-editor",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A powerful native rich text editor for React Native with support for text formatting, lists, and more",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",