Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

ds147000 / react-native-project-storage

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • react-native-project-storage
  • src
  • store
  • index.tsx
  • 杨周龙's avatar
    更改为tsx · bff71fd8
    杨周龙 committed Dec 08, 2020
    bff71fd8
index.tsx 235 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11 12 13
import { init } from '@rematch/core'
import models from './modules'
import { createConetxt } from './context'

const store = init({
    models
})

createConetxt(store)

export const { dispatch, getState } = store

export default store