code-matt
code-matt
This would be nice. Just wanted to also stop by and say this library works nicely. I like the whole debounce per key thing most 👍
Hey @macrozone there are some pretty serious PRs open and waiting review ( worldmap sharing, some rotation helpers and others like QR codes being able to added during runtime )...
@macrozone Okay, will just create a new one if it comes down to that. I am not seeing the ability to merge requests still though. Not that I would now,...
@macrozone Ah sorry, ancient email : ) will do
@macrozone for something like position or rotation being updated at 60fps, would it be better to access the native objects this way and avoid RN re-renders for performance reasons ?
This is happening in xCode 10.1 and RN 57.5 Was working fine before upgrade. I thought maybe permissions flow had changed somehow and used react-native-permissions to request camera before I...
I got lucky with a guess. Removing: ```
I started to do it, there is a bug with replaykit in iOS12 though that is fixed in 13 and waiting on that https://github.com/code-matt/react-native-replaykit
Thanks for giving it a test! I just tried again and was able to get it going without modifying Podfile (except to remove the test/tvios targets) ``` react-native init testproject...
@elderbas New to this lib myself but I went about it this way to hook up simple tap to place objects example ``` export default class App extends Component {...