Cannot find module '@env' from 'src/store.ts' in react expo – React native
I am trying to create an expo react app using typescript. The app works perfectly fine but when I am trying to write some tests using Jest, it always says it can not find the module '@env' from my store…