F
F
fast0490f2017-06-06 12:08:02
React
fast0490f, 2017-06-06 12:08:02

React-native, how to prevent Image from redrawing?

Hello, I have some code like this:

<View>
     <Image />
     <Text />
     <Text />
  </View>

Image - as the background of the application on the whole screen
Text's - on top of the picture and the content changes
in this scenario, the fps drops very much, it turns out that the Image is constantly rendered, although its props are not low?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question