thinknimble/tn-spa-bootstrapper

React Native - Add configuration for absolute paths

Closed this issue · 2 comments

We've been building a couple of RN apps but never got to configure the absolute pathing for this.
I did an attempt in one of the first projects but Pari reported the build was breaking after that change so we dismissed it. It was working locally though so I am not sure what exactly the issue was.

Most likely we need babel-plugin-module-resolver

Ok we're lucky that they just added it OOB:

https://docs.expo.dev/guides/typescript/#absolute-imports

Bad news we are using rn-bounceable which is using webpack and that deter us from using this feature given that's not supported when using webpack.config file