Luiz Fernando Sousa Camargo

Results 13 comments of Luiz Fernando Sousa Camargo

1st Screen: ``` const VaporMax = styled.Image.attrs({ source: require('../../assets/vapormax.png') })` width: 500; height: 300; margin-left: 120; margin-vertical: 40; transform: rotate(35deg); `; ``` 2nd Screen ``` const VaporMax = styled.Image.attrs({ source:...

Versions: ``` "dependencies": { "react": "16.4.1", "react-native": "0.56.0", "react-navigation": "2.6.2", "react-navigation-fluid-transitions": "0.2.2", "styled-components": "^3.3.3" }, ```

First i downgraded the RN Version and rewrited the styles using StyleSheet to make the animations work!!

I think is a problem with https://github.com/styled-components/styled-components

@chrfalch And i noticed one more think when i try to use absolute styles on styled + image + shared transitions the image disappears OBS: Its commented to dont crash...

The animations that are not shared runs fine but the shared ones bugs!