Skip to content

Commit

Permalink
fix: add resource keep rules to not remove assets
Browse files Browse the repository at this point in the history
  • Loading branch information
hurali97 committed Jan 11, 2024
1 parent 0ae9249 commit 35155fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/app/src/main/res/raw/keep.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@mipmap/ic_launcher, @drawable/bootsplash*, @drawable/alert_background,
@drawable/ic_launcher*, @drawable/ic_notification*, @drawable/picker_background,
@drawable/rn_edit_text_material" />

0 comments on commit 35155fd

Please sign in to comment.