Reputation: 12937
I'm calling it like so: import { SplashContainer, FooterTabsContainer, SettingsContainer } from '~/containers'
it should be reading from directory /Users/jasan/Desktop/ReactModoro/app/containers
It seems to add app/containers/Navigator
in the path
my babel rc file:
{ "presets": [
"react-native-stage-0"
],
"plugins": [
["babel-root-import", {
"rootPathSuffix": "app"
}]
]}
Upvotes: 2
Views: 654