Sercan Demircan
Sercan Demircan
hey @ajcrites Viro AR sample project works for me. Podfile: ```ruby pod 'ViroReact', :path => '../node_modules/react-viro/ios/' pod 'ViroKit_static_lib', :path => '../node_modules/react-viro/ios/dist/ViroRenderer/static_lib' ```
@ajcrites What type of object are you using ? I've used the example JS code here; https://github.com/viromedia/ViroARSampleApp/tree/master/js
We're already using Viro with RN 0.60+ on iOS for months now, without any issues. ``` "react": "16.9.0", "react-native": "0.61.5", "react-viro": "^2.17.0", ```
@dthian it's stable on iOS. Last week I managed to made it work on Android with https://github.com/citychallenge/viro You can try it out on [AppStore](https://apps.apple.com/tr/app/diner/id1481095853?ln=en)
For iOS, it's pretty straightforward as on the official viro docs, [here](https://docs.viromedia.com/docs/integrate-project-with-viro) and [here ](https://docs.viromedia.com/docs/no_use_frameworks)For Android I was getting errors while building, this comment helped https://github.com/viromedia/viro/issues/781#issuecomment-576043790
Alright @jdenquin thanks, I'm playing with Traefik. I'm not familiar with it. Will comment when it works. It may be helpful to add to docs as production config because people...
Different subdomains with Cloudflare origin certificate was troubled so I've used `lago.example.com` and `lago.example.com/api` structure. It works with LetsEncrypt and Nginx, without Traefik now.
Uh.. Actually I found another workaround. Just changed the color of navigator to my parent view and returned empty string to title. The navigation bar and its height is physically...