Valentin Nagacevschi
Results
2
comments of
Valentin Nagacevschi
Might be related to this: https://github.com/facebook/react-native/issues/4087
`index.js` ``` const path = require('path'); const env = require('./env.prod'); module.exports = { ENV: env.ENV, UI_KITTEN_PACKAGES_PATH: path.resolve(__dirname, env.UI_KITTEN_PACKAGES_PATH), EVA_PACKAGES_PATH: path.resolve(__dirname, env.EVA_PACKAGES_PATH), }; ```