code-matt

Results 20 comments of code-matt

Just kidding, that is good if you want to drag things around but ``` export default class App extends Component { state = { tapPosition: {x: 0, y: 0, z:...

@joseocasioserra You can give the `` or whatever an id prop ``` ``` Then, after you do your hit test and have a result, get the type so you can...

Have not tried 60+ yet for this but you need to either give these instructions a try: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library or, I think to fix though, a RCTARKit.podspec file needs to be...

I have a PR open for this, well the worldmap sharing bit. @birkir I can't tell me how much your little snip actually helped me when I was first getting...

I have a local redis-server with stock config running and neither throwing Exceptions about the certs not being found. I am getting the certs in there with the ```rake firebase:certificates:request```...

Yes desperate trial and error how I found it 👍 I originally had the .request above the sleep thinking what you did, that the certs were taking time / mistakingly...

Nothing yet, will let you know if I have any progress.

Well, when I use the remote redis that production will use, it does not happen at least 🤷‍♂️ It's still there locally but I can survive

@loic-lopez If you do not care about up/down navigation like my case... I got around this problem by modifying Gesture.js as follows ``` onMoveShouldSetPanResponderCapture: (e, { dy, dx }) =>...

I think it could be better option than is available now for high speed straight kind of effects, like some rocket trails. I gave it a whirl, pretty cool except...