UNPKG
@cantoo/rn-svg
Version:
latest (13.1.2)
13.1.2
13.1.1
13.1.0
13.0.5
13.0.4
13.0.3
13.0.2
13.0.1
13.0.0
12.3.20
12.3.19
12.3.18
12.3.17
12.3.16
12.3.15
12.3.14
12.3.13
12.3.12
12.3.11
12.3.10
12.3.9
12.3.8
12.3.7
12.3.6
12.3.5
12.3.4
12.3.3
12.3.2
12.3.1
12.3.0
12.2.0
1.0.6
1.0.5
1.0.4
1.0.3
SVG library for react-native
github.com/cantoo-scribe/rn-svg
cantoo-scribe/rn-svg
@cantoo/rn-svg
/
lib
/
module
/
elements
/
Stop.js
16 lines
•
309 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
{
Component
}
from
'react'
;
export
default
class
Stop
extends
Component
{
static
displayName =
'Stop'
; setNativeProps =
() =>
{
const
{ parent } =
this
.
props
;
if
(parent) { parent.
forceUpdate
(); } };
render
(
) {
return
null
; } }
//# sourceMappingURL=Stop.js.map