react-native-navigation的迁移库

index.js 104B

12345678
  1. import app from './app/reducer';
  2. import counter from './counter/reducer';
  3. export {
  4. app,
  5. counter
  6. };