fix bug editor, welcome fix

This commit is contained in:
feruz 2020-08-07 11:27:37 +03:00
parent 23093ec8ef
commit 54a835cf7a
2 changed files with 4 additions and 5 deletions

View File

@ -1,10 +1,9 @@
import React, { useEffect } from 'react';
import { SafeAreaView, View } from 'react-native';
import { SafeAreaView, View, TouchableOpacity } from 'react-native';
import { useDispatch } from 'react-redux';
import get from 'lodash/get';
// Services and Actions
import { TouchableOpacity } from 'react-native-gesture-handler';
import { updateActiveBottomTab } from '../../../redux/actions/uiAction';
// Constants

View File

@ -6,9 +6,9 @@ export default EStyleSheet.create({
flex: 1,
},
container: {
flex: 1,
flex: 0.95,
justifyContent: 'space-between',
paddingVertical: 50,
paddingVertical: 40,
paddingHorizontal: 40,
},
welcomeText: {
@ -27,7 +27,7 @@ export default EStyleSheet.create({
opacity: 0.5,
},
topText: {
marginTop: 80,
marginTop: 40,
},
sectionRow: {
flexDirection: 'row',