Skip to content

Commit a37bf55

Browse files
committed
fix: issues resolved
1 parent 2db394b commit a37bf55

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

demo/mobile/reactnative/App.tsx

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
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
112
import React from 'react';
12-
import {
3+
import {
134
DefaultTheme,
145
Provider as PaperProvider,
15-
Avatar,
16-
Button,
6+
Avatar,
7+
Button,
178
Card,
18-
Title,
9+
Title,
1910
Paragraph
2011
} from 'react-native-paper';
2112
import {

demo/mobile/reactnative/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "17.0.2",
1414
"react-native": "0.65.1",
15-
"react-native-vector-icons": "^8.1.0"
15+
"react-native-vector-icons": "8.1.0"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.12.9",

0 commit comments

Comments
 (0)