Logo

GitLab

Sign in

xntalk / xntalk-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • xntalk-rnapp
  • travelOnBusiness
  • react-navigation
  • lib-rn
  • routers
  • getScreenConfigDeprecated.js.flow
  • 差旅 & 报销
    431a49ee
    zhining.fanzn authored
    2018-05-27 17:35:11 +0800  
    Browse Code »
getScreenConfigDeprecated.js.flow 177 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
/*
 * @flow
 */
import invariant from '../utils/invariant';

export default () =>
  invariant(
    false,
    '`getScreenConfig` has been replaced with `getScreenOptions`'
  );