mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-04-30 13:21:53 +08:00
12 lines
695 B
JavaScript
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";
|