0

can I use native base component along with shoutem animation , I have , without speeding down the application ? (I don't know how to compare the performance of different code in react native so any suggestion in this matter could help me a lot)

Javad Sameri
  • 1,218
  • 3
  • 17
  • 30

1 Answers1

1

You can use it. @shoutem/animation should not impact your app's performance. It just wraps React Native Animated API and exposes it in a declarative way.

Ivan Vukovic
  • 101
  • 4