Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 87a5b65

Browse files
authored
Corrected colors.xml path again
1 parent c4fcb64 commit 87a5b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ In your `AndroidManifest.xml`
123123
```
124124

125125
If not using a built in Android color (`@android:color/{name}`) for the `notification_color` `meta-data` item.
126-
In `android/app/src/res/main/values/colors.xml` (Create the file if it doesn't exist).
126+
In `android/app/src/main/res/values/colors.xml` (Create the file if it doesn't exist).
127127
```xml
128128
<resources>
129129
<color name="white">#FFF</color>

0 commit comments

Comments
 (0)