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

Recently used empty #11

Closed
mmckinley8 opened this issue Jun 7, 2019 · 4 comments
Closed

Recently used empty #11

mmckinley8 opened this issue Jun 7, 2019 · 4 comments

Comments

@mmckinley8
Copy link

How can I populate the recently used tab? Additionally I'd like to default to that tab on render...it doesn't appear as a Category.

Awesome library - nice work!

@arronhunt
Copy link
Owner

This could possibly be related to #9 but I wasn’t able to replicate the warning there.

Adding “History” as an initial tab should be relatively painless, I’ll try to push a version bump to include this.

@arronhunt
Copy link
Owner

Hey @mmckinley8 are you still seeing this issue?

@NateRickard
Copy link

This is still an issue along with #9. RN 0.61

Without setting showHistory={true} the recently used tab would show up but never be populated. Adding showHistory={true} triggers the warning that AsyncStorage has been moved to https://github.com/react-native-community/async-storage

This article uses your component and has a purple box about 1/2 way down that details the issue. Copying the code locally and making the adjustment to the import statement (after installing the npm package) does indeed make the warning go away and the history starts working.

@arronhunt
Copy link
Owner

Closing in favor of #9 I'll look into this today

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

No branches or pull requests

3 participants