react-native-really-awesome-button
Version:
React Native Button UI component that renders an 60fps animated set of progress enabled 3D performant buttons.
42 lines • 715 B
JavaScript
import { TWITTER, MESSENGER, FACEBOOK, GITHUB, LINKEDIN, WHATSAPP, REDDIT, PINTEREST, YOUTUBE } from './constants';
export default function (common) {
return {
twitter: {
...common,
...TWITTER
},
messenger: {
...common,
...MESSENGER
},
facebook: {
...common,
...FACEBOOK
},
github: {
...common,
...GITHUB
},
linkedin: {
...common,
...LINKEDIN
},
whatsapp: {
...common,
...WHATSAPP
},
reddit: {
...common,
...REDDIT
},
pinterest: {
...common,
...PINTEREST
},
youtube: {
...common,
...YOUTUBE
}
};
}
//# sourceMappingURL=index.js.map