diff --git a/Examples/UIExplorer/js/ActivityIndicatorExample.js b/Examples/UIExplorer/js/ActivityIndicatorExample.js
index 4832b1d0eb1958..6abc39b0edc3ed 100644
--- a/Examples/UIExplorer/js/ActivityIndicatorExample.js
+++ b/Examples/UIExplorer/js/ActivityIndicatorExample.js
@@ -151,12 +151,34 @@ exports.examples = [
}
},
{
- title: 'Custom size',
+ title: 'Custom size (size: 48)',
+ render() {
+ return (
+
+ );
+ }
+ },
+ {
+ title: 'Custom size (size: 56)',
+ render() {
+ return (
+
+ );
+ }
+ },
+ {
+ title: 'Custom size (size: 30, scale transform: 1.5)',
render() {
return (
);
}