Rafael Moreira Ramos de Rezende

Results 2 comments of Rafael Moreira Ramos de Rezende

I'm using this solution, I use a number as if it were a percentage for example "50%" == windowHeight*0.5 ```js import (Dimensions} from 'react-native' const windowHeight = Dimensions.get('window').height; itemHeight={windowHeight*0.17} ```...