Expo
Create
Log in / Sign up
Roadmap
Feature Requests
Voters
t
trajano
A
AnzeBlaBla
Powered by Canny
2
Allow using import in external files imported in app.config.js
A
AnzeBlaBla
Allow importing files in files that're imported in app.config.js.
This will allow a richer configuration for cases like mine, where configs are replaced at build-time.
July 27, 2022
Activity
t
trajano
Doesn't it already do that? I am using
```ts
import { config } from 'dotenv';
import fs from 'fs';
```
already
·
6 days ago
·
Reply
Powered by Canny