fix: add margin on left when left button is specified in header

This commit is contained in:
satyajit.happy
2019-08-06 22:31:42 +02:00
parent adc2fe4ef3
commit f1f1541b0e
6 changed files with 1 additions and 6 deletions

View File

@@ -10,5 +10,5 @@
"@navigation-ex/material-top-tabs"
]
},
"env": { "browser": true }
"env": { "browser": true, "node": true }
}

View File

@@ -1,5 +1,4 @@
/* eslint-disable import/no-commonjs */
/* eslint-env node */
module.exports = {
presets: [

View File

@@ -1,4 +1,3 @@
/* eslint-env node */
/* eslint-disable import/no-commonjs */
module.exports = {

View File

@@ -1,5 +1,4 @@
/* eslint-disable import/no-commonjs */
/* eslint-env node */
module.exports = function(api) {
api.cache(true);

View File

@@ -1,5 +1,4 @@
/* eslint-disable import/no-commonjs, import/no-extraneous-dependencies */
/* eslint-env node */
const path = require('path');
const fs = require('fs');

View File

@@ -1,5 +1,4 @@
/* eslint-disable import/no-commonjs */
/* eslint-env node */
const createExpoWebpackConfigAsync = require('@expo/webpack-config');