ambar / vscode-bundle-size

Display the bundle size of npm packages: https://marketplace.visualstudio.com/items?itemName=ambar.bundle-size
33 stars 1 forks source link

Hello, please try to add support for React Native and expo imports if possible! #3

Closed KostiantynO closed 7 months ago

KostiantynO commented 2 years ago

Hello, you have developed a nice extension! Could you please try to add support for React Native and expo imports, if possible?

React Native: docs, npm Expo: docs, npm

image

ambar commented 2 years ago

It seems that the RN is using flow (not valid JS): https://unpkg.com/browse/react-native@0.67.2/index.js#L7

ambar commented 7 months ago

@KostiantynO Added basic support for RN in v1.7.0

KostiantynO commented 7 months ago

@ambar, You are an awesome person! Thank you for your efforts and diligence in upgrading your software 🚀! Was your journey to this new feature enjoyable :) ?

ambar commented 7 months ago

So far so good. RN is a new experience for me.