Files
react-native-paper/src/babel/__fixtures__/rewrite-imports/output.js
2018-11-05 15:10:54 +01:00

12 lines
695 B
JavaScript

/* eslint-disable prettier/prettier */
import { Text } from 'react-native';
import PaperProvider from "react-native-paper/src/core/Provider";
import BottomNavigation from "react-native-paper/src/components/BottomNavigation";
import Button from "react-native-paper/src/components/Button";
import FAB from "react-native-paper/src/components/FAB/FAB";
import Appbar from "react-native-paper/src/components/Appbar/Appbar";
import * as Colors from "react-native-paper/src/styles/colors";
import { NonExistent, NonExistentSecond as Stuff } from 'react-native-paper';
import { ThemeProvider } from "react-native-paper/src/core/theming";
import { withTheme } from "react-native-paper/src/core/theming";