Kevin Habich

Results 13 comments of Kevin Habich

hopefully this does not have a decency collision :)

I am trying to get ARKit working as well and mine gets held up. Any idea how to get past this? and @briancalvium what did you mean by this? >...

For the non chinese folks like me, @zylibin solution worked for me: Find the file `node_modules/react-native-root-siblings/lib/AppRegistryInjection.js` And replace line: `import EventEmitter from 'react-native/Libraries/EventEmitter/EventEmitter';` With `import EventEmitter from 'react-native/Libraries/vendor/emitter/EventEmitter';`

Seems like this would be pretty easy to write. I tried doing it with a promise but I don't really know how those work exactly.. I accomplish my goal with...

You need to pre-render your html https://create-react-app.dev/docs/pre-rendering-into-static-html-files

This is so awesome. Thanks for sharing this code. I want to use it with this example, but each time I toggle to a new style, the graticules are no...

https://github.com/oblador/react-native-animatable/issues/123

I don't know the right terminology, but this is the effect I'm going for: ![alt text](https://i.stack.imgur.com/EAcsX.gif "Horizontal parallax")

Can you provide an example how to use this? ``` oauth.get( 'URL', 'TOKEN', //test user token 'SECRET', //test user secret 'text/xml', ``` doesnt seem to be working

I would like to display a text response, and have it fadeout 5 seconds later. And if the user does that action again, do show the same status and then...