Saalihou Ndiaye

Results 13 comments of Saalihou Ndiaye

I had `height` property on an ancestor of the elements I wanted to avoid page breaks on. As soon as I removed them, the elements were no longer being split...

This and the fact that the README states that the bundle should be generated with a `.jsbundle` is probably confusing a lot of newcomers who wouldn't have the reflex to...

Apparently it changed to `horizontalScroll={false}` as of now. Needs documentation update.

Also happens with the plain old ViewPager component

Apparently the new prop is `horizontalScroll={false}`, should work on both Android & iOS. Probably need a documentation update.

If anyone stumbles upon this, my issue was that the database was not open to incoming traffic from the instance. RDS instances for example are by default firewalled and you...

Unfortunately the socketio js client does not support background reconnects, which was a no go for our company. I made a PR fixing the multiple sockets problem on Android: https://github.com/gcrabtree/react-native-socketio/pull/46

Made a PR that makes this library compatible with RN 0.29+ Check it out here: https://github.com/gcrabtree/react-native-socketio/pull/46

I made a PR that makes this library compatible with RN 0.29+ plus some other things like multiple event handlers/socket support: https://github.com/gcrabtree/react-native-socketio/pull/46 Hope it lands.

The only workaround I can think of is to implement a unique key constraints, catch it during insert and then do a find, which is a bit tedious and worse...