UNPKG

react-native-btcomp

Version:

for test node package

23 lines (13 loc) 272 B
# What's this => Normal Button # For install this package Run: npm i react-native-btcomp # Example import TouchButton from 'react-native-btcomp'; const App =()=>{ render( <TouchButton title="Submit" onPress={}/> ); };