React Native doesn't define __filename nor __dirname so do it artisanally. In addition, this helps with centralizing the configuration passed to loggers.
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
export * from './actions';
|
|
export * from './actionTypes';
|
|
export * from './functions';
|
|
|
|
import './middleware';
|
|
import './reducer';
|