diff --git a/example/app.json b/example/app.json index f551ca4..31a54ab 100644 --- a/example/app.json +++ b/example/app.json @@ -34,7 +34,7 @@ { "ios": { "flipper": true, - "deploymentTarget": "14.0" + "deploymentTarget": "15.1" } } ], @@ -42,7 +42,8 @@ "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" } diff --git a/example/assets/animations/icon.png b/example/assets/animations/icon.png new file mode 100644 index 0000000..a0b1526 Binary files /dev/null and b/example/assets/animations/icon.png differ