File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import _TextStyles from './sharedStyles/TextStyles';
1313import {
1414 makeSymbol as _makeSymbol ,
1515 getSymbolComponentByName as _getSymbolComponentByName ,
16+ getSymbolMasterByName as _getSymbolMasterByName ,
1617 injectSymbols as _injectSymbols ,
1718} from './symbol' ;
1819
@@ -31,6 +32,7 @@ export const View = _View;
3132export const Platform = _Platform ;
3233export const makeSymbol = _makeSymbol ;
3334export const getSymbolComponentByName = _getSymbolComponentByName ;
35+ export const getSymbolMasterByName = _getSymbolMasterByName ;
3436export const injectSymbols = _injectSymbols ;
3537
3638export default {
@@ -49,5 +51,6 @@ export default {
4951 Platform,
5052 makeSymbol,
5153 getSymbolComponentByName,
54+ getSymbolMasterByName,
5255 injectSymbols,
5356} ;
You can’t perform that action at this time.
0 commit comments