This method isn’t working for me afterall. I keep getting the error “Unable to resolve module ./..
from /Users/harrysolovay/Desktop/x-bar/example/App.js
etc… the module isn’t being found–says the files don’t exist. I followed your method to a T–the only difference is in my .babelrc (I’m using a newer version of Expo)… incase this is somehow causing a problem:
{
"presets": ["babel-preset-expo"], "env": { "development": { "plugins": [ "transform-react-jsx-source", ["module-resolver", { "alias" : { "react-native-x-bar" : ".." } }] ] } }}
And if not the .babelrc, what could I be doing wrong? Is this method now outdated?