<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.6.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0)" variant="all" version="8.6.0">

    <issue
        id="ScopedStorage"
        message="READ_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact with MediaStore or media files on the shared storage, you should instead use one or more new storage permissions: `READ_MEDIA_IMAGES`, `READ_MEDIA_VIDEO` or `READ_MEDIA_AUDIO`."
        errorLine1="  &lt;uses-permission android:name=&quot;android.permission.READ_EXTERNAL_STORAGE&quot;/>"
        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/AndroidManifest.xml"
            line="3"
            column="34"/>
    </issue>

    <issue
        id="ScopedStorage"
        message="WRITE_EXTERNAL_STORAGE is deprecated (and is not granted) when targeting Android 13+. If you need to write to shared storage, use the `MediaStore.createWriteRequest` intent."
        errorLine1="  &lt;uses-permission android:name=&quot;android.permission.WRITE_EXTERNAL_STORAGE&quot;/>"
        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/AndroidManifest.xml"
            line="6"
            column="34"/>
    </issue>

    <issue
        id="LockedOrientationActivity"
        message="Expecting `android:screenOrientation=&quot;unspecified&quot;` or `&quot;fullSensor&quot;` for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices"
        errorLine1="    &lt;activity android:name=&quot;.MainActivity&quot; android:configChanges=&quot;keyboard|keyboardHidden|orientation|screenSize|screenLayout|uiMode&quot; android:launchMode=&quot;singleTask&quot; android:windowSoftInputMode=&quot;adjustResize&quot; android:theme=&quot;@style/Theme.App.SplashScreen&quot; android:exported=&quot;true&quot; android:screenOrientation=&quot;portrait&quot;>"
        errorLine2="                                                                                                                                                                                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/AndroidManifest.xml"
            line="18"
            column="280"/>
    </issue>

    <issue
        id="PrivateResource"
        message="The resource `@dimen/abc_edit_text_inset_horizontal_material` is marked as private in androidx.appcompat:appcompat:1.7.0"
        errorLine1="       android:insetLeft=&quot;@dimen/abc_edit_text_inset_horizontal_material&quot;"
        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/drawable/rn_edit_text_material.xml"
            line="17"
            column="27"/>
    </issue>

    <issue
        id="PrivateResource"
        message="The resource `@dimen/abc_edit_text_inset_horizontal_material` is marked as private in androidx.appcompat:appcompat:1.7.0"
        errorLine1="       android:insetRight=&quot;@dimen/abc_edit_text_inset_horizontal_material&quot;"
        errorLine2="                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/drawable/rn_edit_text_material.xml"
            line="18"
            column="28"/>
    </issue>

    <issue
        id="PrivateResource"
        message="The resource `@dimen/abc_edit_text_inset_top_material` is marked as private in androidx.appcompat:appcompat:1.7.0"
        errorLine1="       android:insetTop=&quot;@dimen/abc_edit_text_inset_top_material&quot;"
        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/drawable/rn_edit_text_material.xml"
            line="19"
            column="26"/>
    </issue>

    <issue
        id="PrivateResource"
        message="The resource `@dimen/abc_edit_text_inset_bottom_material` is marked as private in androidx.appcompat:appcompat:1.7.0"
        errorLine1="       android:insetBottom=&quot;@dimen/abc_edit_text_inset_bottom_material&quot;"
        errorLine2="                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/drawable/rn_edit_text_material.xml"
            line="20"
            column="29"/>
    </issue>

    <issue
        id="PrivateResource"
        message="The resource `@drawable/abc_textfield_default_mtrl_alpha` is marked as private in androidx.appcompat:appcompat:1.7.0"
        errorLine1="        &lt;item android:state_enabled=&quot;false&quot; android:drawable=&quot;@drawable/abc_textfield_default_mtrl_alpha&quot;/>"
        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/drawable/rn_edit_text_material.xml"
            line="33"
            column="63"/>
    </issue>

    <issue
        id="PrivateResource"
        message="The resource `@drawable/abc_textfield_activated_mtrl_alpha` is marked as private in androidx.appcompat:appcompat:1.7.0"
        errorLine1="        &lt;item android:drawable=&quot;@drawable/abc_textfield_activated_mtrl_alpha&quot;/>"
        errorLine2="                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/drawable/rn_edit_text_material.xml"
            line="34"
            column="33"/>
    </issue>

    <issue
        id="DiscouragedApi"
        message="Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed."
        errorLine1="    &lt;activity android:name=&quot;.MainActivity&quot; android:configChanges=&quot;keyboard|keyboardHidden|orientation|screenSize|screenLayout|uiMode&quot; android:launchMode=&quot;singleTask&quot; android:windowSoftInputMode=&quot;adjustResize&quot; android:theme=&quot;@style/Theme.App.SplashScreen&quot; android:exported=&quot;true&quot; android:screenOrientation=&quot;portrait&quot;>"
        errorLine2="                                                                                                                                                                                                                                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/AndroidManifest.xml"
            line="18"
            column="280"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.integer.react_native_dev_server_port` appears to be unused">
        <location
            file="build.gradle"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.integer.react_native_dev_server_port` appears to be unused">
        <location
            file="build.gradle"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.integer.react_native_dev_server_port` appears to be unused">
        <location
            file="build.gradle"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.color.colorPrimaryDark` appears to be unused"
        errorLine1="  &lt;color name=&quot;colorPrimaryDark&quot;>#ffffff&lt;/color>"
        errorLine2="         ~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/colors.xml"
            line="5"
            column="10"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.drawable.ic_launcher_background` appears to be unused"
        errorLine1="&lt;layer-list xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
        errorLine2="^">
        <location
            file="src/main/res/drawable/ic_launcher_background.xml"
            line="1"
            column="1"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.expo_splash_screen_resize_mode` appears to be unused"
        errorLine1="  &lt;string name=&quot;expo_splash_screen_resize_mode&quot; translatable=&quot;false&quot;>contain&lt;/string>"
        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="3"
            column="11"/>
    </issue>

    <issue
        id="UnusedResources"
        message="The resource `R.string.expo_splash_screen_status_bar_translucent` appears to be unused"
        errorLine1="  &lt;string name=&quot;expo_splash_screen_status_bar_translucent&quot; translatable=&quot;false&quot;>false&lt;/string>"
        errorLine2="          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/values/strings.xml"
            line="4"
            column="11"/>
    </issue>

    <issue
        id="IconLauncherShape"
        message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
        <location
            file="src/main/res/mipmap-hdpi/ic_launcher.webp"/>
    </issue>

    <issue
        id="IconLauncherShape"
        message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
        <location
            file="src/main/res/mipmap-mdpi/ic_launcher.webp"/>
    </issue>

    <issue
        id="IconLauncherShape"
        message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
        <location
            file="src/main/res/mipmap-xhdpi/ic_launcher.webp"/>
    </issue>

    <issue
        id="IconLauncherShape"
        message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
        <location
            file="src/main/res/mipmap-xxhdpi/ic_launcher.webp"/>
    </issue>

    <issue
        id="IconLauncherShape"
        message="Launcher icons should not fill every pixel of their square region; see the design guide for details">
        <location
            file="src/main/res/mipmap-xxxhdpi/ic_launcher.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-hdpi/ic_launcher.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-mdpi/ic_launcher.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-xhdpi/ic_launcher.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-xxhdpi/ic_launcher.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-xxxhdpi/ic_launcher.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-hdpi/ic_launcher_foreground.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-mdpi/ic_launcher_foreground.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-hdpi/ic_launcher_round.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-mdpi/ic_launcher_round.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-xhdpi/ic_launcher_round.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-xxhdpi/ic_launcher_round.webp"/>
    </issue>

    <issue
        id="IconExtension"
        message="Misleading file extension; named `.webp` but the file format is `png`">
        <location
            file="src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp"/>
    </issue>

</issues>
