diff --git a/docs/examples/4.md b/docs/examples/4.md index 82e299c62682bb5efd6591ba538d965ef01512cd..690cbd671f11754aed7306cd303dc190f22dd1d5 100644 --- a/docs/examples/4.md +++ b/docs/examples/4.md @@ -1,8 +1,6 @@ # Progress Indicator -This example show a graphical composant implemented in OpenGL that would not be easy to implement with raw RN components. - -> N.B. the pie is transparent and the background is black with 50% opacity. That would easily allow to put this view on top of an image to show an image upload progress. +This example shows a graphical component implemented in OpenGL that would not be easy to implement with raw RN components. ```html @@ -10,6 +8,7 @@ This example show a graphical composant implemented in OpenGL that would not be ![](4.gif) +> N.B. the pie is transparent and the background is black with 50% opacity (the colors are passed by props). That would easily allow to put this view on top of an image to show an image upload progress. *explicit props:*