UNPKG
react-native-image-slider
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A easy to use image slider for React Native
PaulBGD/react-native-image-slider
react-native-image-slider
/
example
/
index.js
5 lines
(3 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
import
{
AppRegistry
}
from
'react-native'
;
import
App
from
'./App'
;
AppRegistry
.
registerComponent
(
'example'
,
() =>
App
);