I'm new to the ES6 module system so this may sound silly.
In the React Native Starter App that uses NativeBase, can anyone explain how native-starter-kit/js/components/home/index.js can do
import myTheme from '../../themes/base-theme`; when the file it is importing from, native-starter-kit/js/themes/base-theme.js did not have any code that export default the variable myTheme?