UNPKG
react-native-flip-book
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Page Flipper
github.com/sharan036/react-native-flip-book
sharan036/react-native-flip-book
react-native-flip-book
/
lib
/
module
/
Components
/
Gradient.web.js
12 lines
(11 loc)
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
import
React
from
'react'
;
import
{
LinearGradient
}
from
'expo-linear-gradient'
;
import
{ jsx
as
_jsx }
from
"react/jsx-runtime"
;
const
Gradient
= props => {
return
/*#__PURE__*/
_jsx
(
LinearGradient
, { ...props }); };
export
{
Gradient
};
//# sourceMappingURL=Gradient.web.js.map