mirror of
				https://github.com/tooot-app/app
				synced 2025-06-05 22:19:13 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			488 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			488 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// Jest Snapshot v1, https://goo.gl/fbAQLP
 | 
						|
 | 
						|
exports[`Testing component menu header with text only 1`] = `
 | 
						|
<View
 | 
						|
  style={
 | 
						|
    Object {
 | 
						|
      "paddingBottom": 8,
 | 
						|
      "paddingLeft": 16,
 | 
						|
      "paddingRight": 16,
 | 
						|
    }
 | 
						|
  }
 | 
						|
>
 | 
						|
  <Text
 | 
						|
    style={
 | 
						|
      Array [
 | 
						|
        Object {
 | 
						|
          "fontSize": 14,
 | 
						|
          "fontWeight": "600",
 | 
						|
          "lineHeight": 20,
 | 
						|
        },
 | 
						|
        Object {
 | 
						|
          "color": "rgb(135, 135, 135)",
 | 
						|
        },
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  >
 | 
						|
    test
 | 
						|
  </Text>
 | 
						|
</View>
 | 
						|
`;
 |