React Native app fails to resolve components.
I am trying to import & render Test.jsx inside of App.js.
Test.jsx
App.js
I get the following error-<
It seems that the config schema was changed in 0.57 version: #248
Try this:
// ./rn-cli.config.js module.exports = { resolver: { sourceExts: ['jsx', 'js'], }, };