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 () {
1212 'react-native$' : 'react-native-web' ,
1313 'react-native-paper' : path . resolve ( '../src' ) ,
1414 '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'
1616 ) ,
1717 } ,
1818 extensions : [ '.web.js' ] ,
Original file line number Diff line number Diff line change 11import React , { useState } from 'react' ;
22
33const 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' ) ,
55} ;
66
77const 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 {
184184
185185@font-face {
186186 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' );
188188}
189189
190190.badge : is (a .badge ) {
Original file line number Diff line number Diff line change 22 "name" : " react-native-paper" ,
33 "version" : " 5.14.0" ,
44 "description" : " Material design for React Native" ,
5+ "private" : true ,
56 "main" : " lib/commonjs/index.js" ,
67 "module" : " lib/module/index.js" ,
78 "react-native" : " src/index.tsx" ,
You can’t perform that action at this time.
0 commit comments