react-native-collapse-view icon indicating copy to clipboard operation
react-native-collapse-view copied to clipboard

Not working, getting Invalid Violation Error

Open kishanbharda opened this issue 5 years ago • 2 comments

I have added this component as a below :

render() {
	return (
		<CollapseView
			renderView={() => (
				<MText>title</MText>
			)}
			renderCollapseView={() => (
				<ScrollView>
					{
						[1, 2, 3, 4, 5].map((item) => (
							<View key={item}><MText>{item}</MText></View>
						))
					}
				</ScrollView>
			)}
		/>
	)
}

But, I am getting following error :

IMG_478CA5118227-1

How to solve it ?

kishanbharda avatar Aug 20 '19 11:08 kishanbharda

having same error. Anyone can please help ??? !!!

waleedewicantech avatar Sep 21 '19 18:09 waleedewicantech

same issue showing...(use alternative lib react-native-foldview)

appasaheb4 avatar Oct 19 '19 03:10 appasaheb4