import Box from './components/Box/react-native'; import Tweet from './components/Tweet'; import { View } from 'react-native'; export default { Box, Tweet, View };