Skip to content

Instantly share code, notes, and snippets.

@sp0033212000
Last active February 8, 2021 03:35
Show Gist options
  • Save sp0033212000/265fa55752d681edf340773cd9788178 to your computer and use it in GitHub Desktop.
Save sp0033212000/265fa55752d681edf340773cd9788178 to your computer and use it in GitHub Desktop.
src/types/declarations.d.ts
declare module "react-native-config" {
export interface Env {
ENVIRONMENT: "development" | "production";
}
export const Config: Env;
export default Config;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment