We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"react": "16.4.1", "react-native": "^0.56.0", "react-native-scrolling-menu": "^0.1.1",
If I deactivate JS-Remote-Debugging on Emulator the message is:
This is the way I've implement it:
<ScrollingMenu items={['Menu Item 1', 'Menu Item 2', 'Menu Item 3', 'Menu Item 4', 'Menu Item 5']} backgroundColor="#ffffff" textColor="#cccccc" selectedTextColor="#000000" itemSpacing={20} />
The text was updated successfully, but these errors were encountered:
I have the same error ... did you manage to fix it ???
Sorry, something went wrong.
Yes, I use this one: https://github.com/experiment322/react-native-scrolling-menu
No branches or pull requests
"react": "16.4.1",
"react-native": "^0.56.0",
"react-native-scrolling-menu": "^0.1.1",
If I deactivate JS-Remote-Debugging on Emulator the message is:
![screenshot_1537780084](https://user-images.githubusercontent.com/1778068/45944338-1fb4df80-bfea-11e8-8b92-f2383cfd7d40.png)
This is the way I've implement it:
The text was updated successfully, but these errors were encountered: