how to know library size weight in expo ?

is there any way to know How much size of the library
Example :

  • an expo SQLite OR expo secure storage is Lighter in size

Try react-native-bundle-visualizer

See also:

However, bear in mind that if you’re using the Managed workflow, the native parts of things included in Expo will still be included whether you use them or not.

1 Like

IS THIS COMMAND WORK FOR EXPO?
[ react-native-bundle-visualizer ]

I would have to assume so, since it’s in the Expo documentation…

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.