mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-18 19:01:38 +03:00
useful commenting floating btn style
This commit is contained in:
parent
d6df30b45d
commit
4872366abe
@ -95,11 +95,13 @@ export default EStyleSheet.create({
|
||||
paddingBottom: 16,
|
||||
},
|
||||
floatingContainer: Platform.select({
|
||||
//absolute positioning makes button hide behind keyboard on ios
|
||||
ios: {
|
||||
alignItems: 'flex-end',
|
||||
margin: 16,
|
||||
marginBottom: 24,
|
||||
},
|
||||
//on android the appearing of button was causing momentary glitch with ios variant style
|
||||
android: {
|
||||
position: 'absolute',
|
||||
right: 16,
|
||||
|
Loading…
Reference in New Issue
Block a user