-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
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
[Discussion] Ideas to improve react-native-directory #188
Comments
This is a cool project! I like the concept a lot, and it's already great for discovering libraries. I have a few misc ideas: For discovery
For library insights
Misc
|
I love this idea! Something we should explore automating for sure.
I'm torn on the React Native dependency - I think this is often not very useful. If you use a fork (eg: people using managed workflow with Expo, and many people using React Native that are willing to get their hands dirty), you will get unnecessary peer dep warnings. If you use an alpha or rc release, same thing applies (npm/npm#8854). I'd rather there be some concept outside of peerDependencies that expresses version compatibility, but that's another topic...
We actually have this already! It's the
Flutter's pub.dev actually does something like this 😮 Check out the score analysis tab for this random Flutter package: https://pub.dev/packages/android_alarm_manager#-analysis-tab-
Yep! @jonsamp To be totally honest, I don't have a lot of time to dedicate to this. I'm trying to get the ball rolling because it feels like there really is a gap here in the React Native ecosystem, but we could use some help. If anyone wants to get involved and work on the great suggestions that @dabbott provided please don't hesitate to reach out here or on Twitter @notbrent. |
Proposal
Schema UpdatesIt requires extending the current schema as follows: {
// ... existing fields ...
// ... new fields ...
"dependencies": [ ],
"size": {
"minified": "<SIZE IN KB>",
"gzipped": "<SIZE IN KB>",
"impact": "<ESTIMATED IMPACT ON APP BUNDLE SIZE IN KB>"
}
}
|
What should change about this project to make it more useful? Let us know!
The text was updated successfully, but these errors were encountered: