Commit d207c436 authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau

Update 4.md

parent f0e7be0c
# Progress Indicator # Progress Indicator
This example show a graphical composant implemented in OpenGL that would not be easy to implement with raw RN components. This example shows a graphical component 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.
```html ```html
<PieProgress width={256} height={180} progress={progress} /> <PieProgress width={256} height={180} progress={progress} />
...@@ -10,6 +8,7 @@ This example show a graphical composant implemented in OpenGL that would not be ...@@ -10,6 +8,7 @@ This example show a graphical composant implemented in OpenGL that would not be
![](4.gif) ![](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:* *explicit props:*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment