I noticed that when The ApplicationProvider tag is present, my react native app start up time increases to more than 5 seconds. I've already followed the guide from UI-Kitten team by improving the performance through configuring the metro.config.js file but doesn't seem to help.
<ApplicationProvider {...eva} theme={{...eva.light, ...theme}}>
<Text>{'Test'}</Text>
</ApplicationProvider>
Anyone can help?