I am receiving this warning message in my chrome console for my react-native project. Do you have any idea why I am getting this?
This is the complete message:
Please check whether you have imported same details within that file. (i.e)
your file being as a actions/meals.js and you have added the line in the same file like
import { Something } from './actions/meals.js'