File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 1
- /**
2
- * Sample React Native App
3
- * https://github.com/facebook/react-native
4
- *
5
- * Generated with the TypeScript template
6
- * https://github.com/react-native-community/react-native-template-typescript
7
- *
8
- * @format
9
- */
10
-
1
+ // Library
11
2
import React from 'react' ;
12
- import {
3
+ import {
13
4
DefaultTheme ,
14
5
Provider as PaperProvider ,
15
- Avatar ,
16
- Button ,
6
+ Avatar ,
7
+ Button ,
17
8
Card ,
18
- Title ,
9
+ Title ,
19
10
Paragraph
20
11
} from 'react-native-paper' ;
21
12
import {
Original file line number Diff line number Diff line change 12
12
"dependencies" : {
13
13
"react" : " 17.0.2" ,
14
14
"react-native" : " 0.65.1" ,
15
- "react-native-vector-icons" : " ^ 8.1.0"
15
+ "react-native-vector-icons" : " 8.1.0"
16
16
},
17
17
"devDependencies" : {
18
18
"@babel/core" : " ^7.12.9" ,
You can’t perform that action at this time.
0 commit comments