File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import  *  as  React  from  'react' 
2- import  {  Circle ,  Rect  }  from  'react-native-svg' 
2+ import  {  Circle ,  Path ,   Rect  }  from  'react-native-svg' 
33
44import  {  Facebook ,  IContentLoaderProps  }  from  '.' 
55import  Svg  from  './Svg' 
66
77const  ContentLoader : React . FC < IContentLoaderProps >  =  props  => 
88  props . children  ? < Svg  { ...props }  />  : < Facebook  { ...props }  /> 
99
10- export  {  Circle ,  Rect  } 
10+ export  {  Circle ,  Rect ,   Path  } 
1111
1212export  default  ContentLoader 
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ export { default as Code } from './presets/CodeStyle'
1717export  {  default  as  List  }  from  './presets/ListStyle' 
1818export  {  default  as  BulletList  }  from  './presets/BulletListStyle' 
1919
20- export  {  Circle ,  Rect  }  from  './ContentLoader' 
20+ export  {  Circle ,  Rect ,   Path  }  from  './ContentLoader' 
2121export  default  ContentLoader 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments