Last active
          August 10, 2023 16:58 
        
      - 
      
- 
        Save juanchoperezj/7c7a89016072e337fbc72afdf6611f9b to your computer and use it in GitHub Desktop. 
    React Native Config Interface Example
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import { NativeConfigType } from './env'; | |
| declare module 'react-native-config' { | |
| export interface NativeConfig extends NativeConfigType {} | |
| export const Config: NativeConfig; | |
| export default Config; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment