Closed teod closed 6 years ago
Can't have a TouchableOpacity component inside renderParallaxBackground function.
renderParallaxBackground = ({ height, animatedValue }) => { return ( <TouchableOpacity onPress={() => console.log('doesnt work')}> <Text>Text</Text> </TouchableOpacity> ) }
Hi @teod, this is known issue connected with RN limitations, you can use renderParallaxForeground for this case)
Issue details
Can't have a TouchableOpacity component inside renderParallaxBackground function.
Please specify which versions of the RN and ParallaxScroll
Affected platforms
Screenshots / Screencast / Code Snippets (Optional)