UNPKG

react-native-really-awesome-button

Version:

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

7 lines 237 B
import Button from './Button'; import Themed from './themed/ThemedButton'; import themes from "./themed/themes"; export const ThemedButton = Themed; export const getTheme = themes; export default Button; //# sourceMappingURL=index.js.map