react-native-typerich 0.1.13 → 0.1.14

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.
@@ -418,6 +418,7 @@ class TypeRichTextInputView : AppCompatEditText {
418
418
  }
419
419
  } finally {
420
420
  isSettingTextFromJS = false
421
+ layoutManager.invalidateLayout()
421
422
  }
422
423
  }
423
424
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-typerich",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Textinput replacement",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",