mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
fix: add margin on left when left button is specified in header
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
"@navigation-ex/material-top-tabs"
|
||||
]
|
||||
},
|
||||
"env": { "browser": true }
|
||||
"env": { "browser": true, "node": true }
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* eslint-disable import/no-commonjs */
|
||||
/* eslint-env node */
|
||||
|
||||
module.exports = {
|
||||
presets: [
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* eslint-env node */
|
||||
/* eslint-disable import/no-commonjs */
|
||||
|
||||
module.exports = {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* eslint-disable import/no-commonjs */
|
||||
/* eslint-env node */
|
||||
|
||||
module.exports = function(api) {
|
||||
api.cache(true);
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* eslint-disable import/no-commonjs, import/no-extraneous-dependencies */
|
||||
/* eslint-env node */
|
||||
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* eslint-disable import/no-commonjs */
|
||||
/* eslint-env node */
|
||||
|
||||
const createExpoWebpackConfigAsync = require('@expo/webpack-config');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user