UNPKG

@audira/carbon-react-native

Version:

Build React Native apps with component and shared patterns using Carbon

14 lines (13 loc) 409 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GlobalConfigContext = void 0; var _react = require("react"); const GlobalConfigContext = exports.GlobalConfigContext = /*#__PURE__*/(0, _react.createContext)({ android_buttonRippleEffect: true, notificationColor: 'high_contrast', toastDuration: 5000, rtl: false }); //# sourceMappingURL=GlobalConfigContext.js.map