react-native-navigation的迁移库

rn-cli.config.js 98B

12345
  1. module.exports = {
  2. getProjectRoots() {
  3. return [__dirname, `${__dirname}/playground`];
  4. }
  5. };