-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add more code examples #23
Comments
I agree, I found the lib great, but I tried to use it in the RN with typescript I don't know if it worked or not |
@Victorcassiano it also works in TS. Why do you have doubts that it doesn't work? |
That's where it is, I did the correct steps that the doc indicates, but it doesn't have a counter to know if it really worked or not. to check I used this. import { investigate } from 'react-native-bundle-splitter/dist/utils'; 1992 appeared loaded, does that mean it worked? |
@Victorcassiano try to wrap some of your screens in |
Is your feature request related to a problem? Please describe.
It's not a real problem of library itself. I would say it's more about documentation. Sometimes it's better to see real example, than reading a thousands line of text, so, please, add more real code examples.
Describe the solution you'd like
I would like to see next examples:
placeholder
option;Describe alternatives you've considered
I think it would be good to have all examples in one place (let's say in
Example
application) and at the same time have separateSnacks
for each case (these snacks can be added to documentation).The text was updated successfully, but these errors were encountered: