mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 13:23:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			156 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			156 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   presets: ['module:@react-native/babel-preset'],
 | |
|   env: {
 | |
|     production: {
 | |
|       plugins: ['react-native-paper/babel'],
 | |
|     },
 | |
|   },
 | |
| };
 | 
