mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 05:42:33 +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,
|
paddingBottom: 16,
|
||||||
},
|
},
|
||||||
floatingContainer: Platform.select({
|
floatingContainer: Platform.select({
|
||||||
|
//absolute positioning makes button hide behind keyboard on ios
|
||||||
ios: {
|
ios: {
|
||||||
alignItems: 'flex-end',
|
alignItems: 'flex-end',
|
||||||
margin: 16,
|
margin: 16,
|
||||||
marginBottom: 24,
|
marginBottom: 24,
|
||||||
},
|
},
|
||||||
|
//on android the appearing of button was causing momentary glitch with ios variant style
|
||||||
android: {
|
android: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
right: 16,
|
right: 16,
|
||||||
|
Loading…
Reference in New Issue
Block a user