Answers for "react native blur view crashing on android"

0

react native blur view crashing on android

{/*It is happens due to u are using: 
BlurView inside BlurView 

so that why chnange the inner BlurView with normal View then this will work
*/}

<BlurView>
  <View>
  
  </View>
</BlurView>
Posted by: Guest on August-19-2021

Code answers related to "react native blur view crashing on android"

Code answers related to "Javascript"

Browse Popular Code Answers by Language