svbutko/react-native-template-strong

[BUG] AppEnvironment does not exist

Ivan-A-1996 opened this issue · 0 comments

Describe the bug
AppEnvironment from react-native-config does not exist

To Reproduce
Steps to reproduce the behavior:

  1. import {AppEnvironment} from "../types/react-native-config.types";
  2. if (AppEnvironment.development == Config.ENVIRONMENT) {
  3. See error