You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i have custom footer with different height than 100 - it causes problems to center align image. Second: image is skewed by Y axis due to this. i would highly recommend to review the markup and make it more independent of constants and absolute positioning. I would made accent towards flexbox.
footerContainer: {
position: 'absolute',
top: COMPONENT_HEIGHT - Q, // <<<<<
height: Q,
width: W,
},
The text was updated successfully, but these errors were encountered:
"react-native-amazing-cropper": "^0.1.4",
"react-native": "0.63.3",
Thank you for your work, really good app!
If i have custom footer with different height than 100 - it causes problems to center align image. Second: image is skewed by Y axis due to this. i would highly recommend to review the markup and make it more independent of constants and absolute positioning. I would made accent towards flexbox.
The text was updated successfully, but these errors were encountered: