Remove unused file
This commit is contained in:
committed by
Lisa Hillebrand
parent
09de52b5df
commit
d6a18bb44d
@@ -1,20 +0,0 @@
|
||||
import React from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import { StyleSheet, View } from 'react-native'
|
||||
|
||||
const ButtonRow = ({ children }) => {
|
||||
return <View style={styles.container}>{children}</View>
|
||||
}
|
||||
|
||||
ButtonRow.propTypes = {
|
||||
children: PropTypes.node.isRequired,
|
||||
}
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
container: {
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between',
|
||||
},
|
||||
})
|
||||
|
||||
export default ButtonRow
|
||||
Reference in New Issue
Block a user