UNPKG
react-native-toastier
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.2.1
1.2.0
1.0.3
1.0.2
1.0.1
1.0.0
A Fully Customizable Toast Component for React Native.
github.com/hardik27111/react-native-toastify
react-native-toastier
/
lib
/
module
/
context
/
styles.js
10 lines
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
StyleSheet
}
from
"react-native"
;
const
styles =
StyleSheet
.
create
({
container
: {
flex
:
1
} });
export
default
{ styles };
//# sourceMappingURL=styles.js.map