Skip to content

Commit 8757294

Browse files
committed
bug crash fix
1 parent 799a776 commit 8757294

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

android/app/release/app-release.apk

488 KB
Binary file not shown.

src/screens/AddNote.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ const AddNote = ({navigation}) => {
9797
/>
9898
</View>
9999
<RichEditor
100+
androidLayerType='software'
100101
ref={richText}
101102
onChange={text => setContent(text)}
102103
placeholder="Write your note here"

src/screens/EditNote.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ import {
8181
/>
8282
</View>
8383
<RichEditor
84+
androidLayerType='software'
8485
ref={richText}
8586
initialContentHTML={content}
8687
onChange={text => setContent(text)}

0 commit comments

Comments
 (0)