I'm studying NativeBase base on
And I want to upgrade version of NativeBase and when I upgrade version like
"native-base": "2.8.2" -> "native-base": "^2.12.1"
"react-native": "0.57.0" -> "react-native": "^0.58.6"
and I get a error messge.
ENOENT: no such file or directory, scandir '/xxx/xxx/react-native-boilerplate-mobx-typescript/src/boot/node_modules/native-base/Fonts'
Is there any setting to set base path?