UNPKG
@ecreeth/rn-ui
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
Highly customizable and theming components for React Native
github.com/ecreeth/rn-ui
ecreeth/rn-ui
@ecreeth/rn-ui
/
src
/
components
/
ListItem
/
ListItemImage.js
4 lines
(2 loc)
•
74 B
JavaScript
View Raw
1
2
3
4
import
{
Image
as
RNImage
}
from
'react-native'
;
export
default
RNImage
;