UNPKG

react-native-starter-component-provider

Version:
12 lines (10 loc) 226 B
// Common Components import Button from './components/Button'; import Text from './components/Text'; import TextInput from './components/TextInput'; module.exports = { // Common Components Button, Text, TextInput, };