mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 22:03:21 +03:00
fix bug editor, welcome fix
This commit is contained in:
parent
23093ec8ef
commit
54a835cf7a
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user