Skip to content
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

Request: more examples in the docs #1169

Open
mikevercoelen opened this issue Aug 5, 2023 · 0 comments
Open

Request: more examples in the docs #1169

mikevercoelen opened this issue Aug 5, 2023 · 0 comments

Comments

@mikevercoelen
Copy link

Super cool projects, love it.

I think it would be good if the docs have more examples, what would be super cool is to have an example (or even test package?) which tests for getting rid of a library (so it would test the import statement).

I'm wondering if someone has already done this?

We're using native-base and we want to get rid of it, we could ofc do a regex on import ... from 'native-base' but that's not fully waterproof, because within existing files, we could still include components from native-base and the test would still pass.

i.e. import { View } from 'native-base'; -> import { View, Text } from 'native-base';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant