@chainplatform/button
v0.1.8
Published
@chainplatform/button is a React Native library that provides a Button component for react-native and react-native-web.
Downloads
30
Readme
import ChainButton from '@chainplatform/button';
<ChainButton style={{ }} onPress={() => { }}>
<Text>Button</Text>
</ChainButton>```