-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathoutput.js
More file actions
11 lines (11 loc) · 826 Bytes
/
output.js
File metadata and controls
11 lines (11 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
/* eslint-disable prettier/prettier */
import PaperProvider from "react-native-paper/lib/module/core/PaperProvider";
import BottomNavigation from "react-native-paper/lib/module/components/BottomNavigation/BottomNavigation";
import Button from "react-native-paper/lib/module/components/Button/Button";
import FAB from "react-native-paper/lib/module/components/FAB";
import Appbar from "react-native-paper/lib/module/components/Appbar";
import { MD3Colors } from "react-native-paper/lib/module/deprecated";
import { NonExistent, NonExistentSecond as Stuff } from "react-native-paper/lib/module/index.js";
import { ThemeProvider } from "react-native-paper/lib/module/core/theming";
import { withTheme } from "react-native-paper/lib/module/core/theming";
import { DefaultTheme } from "react-native-paper/lib/module/core/theming";