UNPKG
react-native-addcarview
Version:
latest (1.0.1)
1.0.1
1.0.0
一个简单实用的实现添加购物车动画的控件
github.com/puti94/react-native-addcarview
puti94/react-native-addcarview
react-native-addcarview
/
example
/
index.js
5 lines
(3 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
import
{
AppRegistry
}
from
'react-native'
;
import
App
from
'./App'
;
AppRegistry
.
registerComponent
(
'AddCarAnimExample'
,
() =>
App
);