Stephen St.Pierre

Results 9 comments of Stephen St.Pierre

I'm having the same issue. The readme says there are 3 exposed methods but I see no such methods in the code, they don't exist. @sohobloo

@sohobloo issue persists, going to have to fork or drop this package due to this select issue. Also not being able to just pass the dropdown a value is limiting.

So, if this is discouraged, what would you suggest to use to build some UI where there are multiple FlatLists on one screen? Suppose the FlatLists are stacked vertically, and...

@zalmoxisus Man I've been at this for hours and cannot get this package to work with react-native run-android. As soon as I added `remotedev-debugger --hostname=localhost --port=8000 --injectserver=reactnative` as a postinstall...

@jondubois Thanks for the quick reply! I'm running Node 9.2, Windows 8.1, have Visual C++ 2015, just installed GCC, socketcluster-client ^9.0.0, and uws to no avail. I can't even use...

Hmm I still see the same uwebsockets compile error =/

That fix works for me, @glepur any concerns with that change?

> ``` > contentContainerCustomStyle={{ > minWidth: windowWidth * data.length > }} > ``` > > This allows the initial `scrollTo` to get to where the initial slide should be in...

I ran into a very similar issue for first deploys in my SST project, where in my Web stack my Nextjs app uses RDS as a bound resource as well...