Jay
Jay
I did a workaround by first converting the data to JSON and then converting it back to Object. Added one line to the code, and made sure to send it...
I've noticed that redeploying to Heroku sometimes fixes the issues. Other times I have to change the youtube-dl version installed and redeploy. Any ideas why this is happening? It's very...
Tried that, but does not work for me. Maybe because I'm using react navigation as well.
Anyone solve this problem? I am seeing the same issue... What I see happening is 2 events are firing when you select an item. Event 1: selects the first value...
I was able to workaround the issue by using the afterSelect option. $("#inputRelated").typeahead({ source: data, changeInputOnSelect: false, changeInputOnMove: false, afterSelect: addRelated }); function addRelated(item){ console.log(item); }
Luca, can you share the solution please.
@mrsimply onEndReached is not called with this approach. I ended doing this for now: ``` ```
@azesmway have you updated this to work with "react-native-web": "0.17.1"? Looks like these changes are already there, but I'm seeing the same issue still.
Did anyone figure this out yet? I would also like to pass params to the server. Doesn't seem to work.
I would like to see this too. In the meantime, you can use this package: https://github.com/react-native-web-community/react-native-web-webview