Skip to content

Commit

Permalink
chore(demo): adding demo for ignoredPattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mzaien committed Dec 18, 2024
1 parent bf2cd61 commit 2d35c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,16 @@
{
"ios": {
"flipper": true,
"deploymentTarget": "14.0"
"deploymentTarget": "15.1"
}
}
],
[
"expo-custom-assets",
{
// Add asset directory paths, the plugin copies the files in the given paths to the app bundle folder named Assets
"assetsPaths": ["./assets/animations"]
"assetsPaths": ["./assets/animations"],
"ignoredPattern": "\\.png$"
// if you want to add custom Assets folder name
// "assetsDirName": "testName"
}
Expand Down
Binary file added example/assets/animations/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d35c67

Please sign in to comment.