import React from 'react'; import Module from '../../lib/Module'; import { View , StyleSheet , Text} from 'react-native'; import Types from '../../lib/Types'; import BaseContainer from '../BaseContainer/index'; import ImageComp from '../Image/index'; import TextComp from '../Text/index'; export default class BlogFeed extends Module { constructor(props){ super(props) this.isTemplate = true; } render(){ return( ) } } BlogFeed.Inputs = { }