@nguyentc21/react-native-tooltip
Version:
Simple tooltip for React native app
20 lines (19 loc) • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = exports.default = _reactNative.StyleSheet.create({
shadow10: {
shadowColor: '#000',
shadowOffset: {
width: 0,
height: 5
},
shadowOpacity: 0.34,
shadowRadius: 6.27,
elevation: 10
}
});
//# sourceMappingURL=styles.js.map