Skip to content

Instantly share code, notes, and snippets.

@juanchoperezj
Last active August 10, 2023 16:58
Show Gist options
  • Save juanchoperezj/7c7a89016072e337fbc72afdf6611f9b to your computer and use it in GitHub Desktop.
Save juanchoperezj/7c7a89016072e337fbc72afdf6611f9b to your computer and use it in GitHub Desktop.
React Native Config Interface Example
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