File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = function () {
12
12
'react-native$' : 'react-native-web' ,
13
13
'react-native-paper' : path . resolve ( '../src' ) ,
14
14
'react-native-vector-icons/MaterialCommunityIcons' : path . resolve (
15
- 'node_modules/@react-native-vector-icons/material-design-icons'
15
+ '../ node_modules/@react-native-vector-icons/material-design-icons'
16
16
) ,
17
17
} ,
18
18
extensions : [ '.web.js' ] ,
Original file line number Diff line number Diff line change 1
1
import React , { useState } from 'react' ;
2
2
3
3
const latestIcons : { [ key in string ] : number } = {
4
- ...require ( '../../node_modules/@react-native-vector-icons/material-design-icons/glyphmaps/MaterialDesignIcons.json' ) ,
4
+ ...require ( '../../../ node_modules/@react-native-vector-icons/material-design-icons/glyphmaps/MaterialDesignIcons.json' ) ,
5
5
} ;
6
6
7
7
const oldIcons : { [ key in string ] : number } = {
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ html[data-theme='light'] .gallery-dark {
184
184
185
185
@font-face {
186
186
font-family : 'MaterialDesignIcons' ;
187
- src : url ('../../node_modules/@react-native-vector-icons/material-design-icons/fonts/MaterialDesignIcons.ttf' ) format ('truetype' );
187
+ src : url ('../../../ node_modules/@react-native-vector-icons/material-design-icons/fonts/MaterialDesignIcons.ttf' ) format ('truetype' );
188
188
}
189
189
190
190
.badge : is (a .badge ) {
Original file line number Diff line number Diff line change 2
2
"name" : " react-native-paper" ,
3
3
"version" : " 5.14.0" ,
4
4
"description" : " Material design for React Native" ,
5
+ "private" : true ,
5
6
"main" : " lib/commonjs/index.js" ,
6
7
"module" : " lib/module/index.js" ,
7
8
"react-native" : " src/index.tsx" ,
You can’t perform that action at this time.
0 commit comments