Skip to content

Commit

Permalink
💫 Update: Ex - ExampleCardItems Blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 18, 2024
1 parent 9751f11 commit 5109260
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion example/src/constants/ExampleCardItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ export const EXAMPLE_ITEMS: Array<ExampleItem> = (() => {
...ROUTE_MAP.blurViewTest04,
type: 'screen',
title: "RNIBlurViewTest04",
desc: [],
desc: [
"Test for `blurConfig` (`customBlurRadius` mode) + `animationConfig`",
"Cycle through `UIBlurEffectStyle` + `AnimationConfig` presets, and set"
+ " set a custom `BlurViewConfig.blurRadius`",
"This is an animated version of `RNIBlurViewTest03`",
],
}
];

Expand Down

0 comments on commit 5109260

Please sign in to comment.