You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to integrate your snazzy library into my project, but am having some difficulties getting the message to actually show up in the application.
I've setup the project as the README describes (and validated against the AppTest.js file), and also have attempted to adjust the position of the message (by setting the viewTopOffset to +/- 300 and position to bottom on the showAlert() method). None of those seemed to give a sign as to what might be going wrong.
Mostly standard React-Native + Redux. I have a Nav and Tab bar, but I'm not sure if those could be causing the issue.
If there is anything you see, or something that could be the source of a bug, please let me know. I've given it a pass or two (both my code again and the code in your classes/components), but was not able to find anything that might be of issue.
Thanks,
Andrew
The text was updated successfully, but these errors were encountered:
Hello,
I'm attempting to integrate your snazzy library into my project, but am having some difficulties getting the message to actually show up in the application.
I've setup the project as the README describes (and validated against the AppTest.js file), and also have attempted to adjust the position of the message (by setting the
viewTopOffset
to +/- 300 andposition
to bottom on theshowAlert()
method). None of those seemed to give a sign as to what might be going wrong.You can view my implementation of the code: https://github.com/AndrewZurn/spac-fusion-app/blob/master/src/modules/profile/ProfileView.js
Mostly standard React-Native + Redux. I have a Nav and Tab bar, but I'm not sure if those could be causing the issue.
If there is anything you see, or something that could be the source of a bug, please let me know. I've given it a pass or two (both my code again and the code in your classes/components), but was not able to find anything that might be of issue.
Thanks,
Andrew
The text was updated successfully, but these errors were encountered: