
# 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={}/>
     );
 };