We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799a776 commit 8757294Copy full SHA for 8757294
android/app/release/app-release.apk
488 KB
src/screens/AddNote.jsx
@@ -97,6 +97,7 @@ const AddNote = ({navigation}) => {
97
/>
98
</View>
99
<RichEditor
100
+ androidLayerType='software'
101
ref={richText}
102
onChange={text => setContent(text)}
103
placeholder="Write your note here"
src/screens/EditNote.jsx
@@ -81,6 +81,7 @@ import {
81
82
83
84
85
86
initialContentHTML={content}
87
0 commit comments