react-native-startup-time icon indicating copy to clipboard operation
react-native-startup-time copied to clipboard

Does it make sense to test in simulator?

Open lumberman opened this issue 4 years ago • 1 comments

Your library is amazing.

Based on your experience do you recommend using it in Simulator or it will be completely off with native experience on the device?

lumberman avatar Dec 22 '20 14:12 lumberman

@lumberman It is highly recommended to capture the startup time on the application that is builded with minification and in prod mode and run on a real device.

More: https://kirillzyusko.github.io/react-native-bundle-splitter/docs/capturing-startup-time

palexs avatar Nov 24 '21 11:11 palexs