We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
After a npm install of your package, the directory size is 118M, mostly due to Example directory, embedding build stuff
du node_modules/react-native-android-wifi/Examples/Example/android/app/ -h -d 1 88K node_modules/react-native-android-wifi/Examples/Example/android/app/src 59M node_modules/react-native-android-wifi/Examples/Example/android/app/build 60M node_modules/react-native-android-wifi/Examples/Example/android/app/
You should clean that, it's totally useless and horrible for users :)
The text was updated successfully, but these errors were encountered:
Tips to resolve the problem : react-native-camera/react-native-camera#2000 (comment)
Sorry, something went wrong.
@devstepbcn problem still exists because you have Example in npmignore but your folder names as Examples
Example
Examples
No branches or pull requests
Hi,
After a npm install of your package, the directory size is 118M, mostly due to Example directory, embedding build stuff
You should clean that, it's totally useless and horrible for users :)
The text was updated successfully, but these errors were encountered: