import React from 'react'; import Module from '../lib/Module'; import { View, Button , StyleSheet} from 'react-native'; import Types from '../lib/Types'; export default class ButtonComp extends Module { constructor(props) { super(props); } press(){ console.log("######You must over write this function@@@@@") } display() { let { container , color } = this.props.style || ''; return (