UNPKG

react-native-geodb

Version:

A simple and fully customizable GeoDB cities api component for iOS and Android React-Native apps

12 lines (11 loc) 228 B
import React from 'react'; import { View } from 'react-native'; import defaultStyles from './styles'; export default ({ styles={} }) => ( <View style={[ defaultStyles.separator, styles.separator ]} /> );