UNPKG

react-native-really-awesome-button

Version:

React Native Button UI component that renders an 60fps animated set of progress enabled 3D performant buttons.

37 lines 834 B
export const TWITTER = { backgroundColor: "#00aced", backgroundDarker: "#0096cf" }; export const MESSENGER = { backgroundColor: "#3186f6", backgroundDarker: "#2566bc" }; export const FACEBOOK = { backgroundColor: "#4868ad", backgroundDarker: "#325194" }; export const GITHUB = { backgroundColor: "#2c3036", backgroundDarker: "#060708" }; export const LINKEDIN = { backgroundColor: "#0077b5", backgroundDarker: "#005885" }; export const WHATSAPP = { backgroundColor: "#25d366", backgroundDarker: "#14a54b" }; export const REDDIT = { backgroundColor: "#fc461e", backgroundDarker: "#d52802" }; export const PINTEREST = { backgroundColor: "#bd091c", backgroundDarker: "#980313" }; export const YOUTUBE = { backgroundColor: "#cc181e", backgroundDarker: "#ab0d12" }; //# sourceMappingURL=constants.js.map