Pavel Jacko

Results 31 comments of Pavel Jacko

@andiskim are you talking about actual device or simulator. if device could you provide details of the TV ?

@an8h I've been trying to replicate above error but with no luck. one quick check (on android) could be to change `"enableHermes": false` in your renative.json and run app again...

@ArThoX potentially in the future. right now the platform coverage and build system takes the priority lane. I'll keep this open to see if more people are interested!

@maximilize so to achieve above result you should only need this `renative.json`: ``` "android": { "AndroidManifest": { "children": [ { "tag": "application", "android:name": ".MainApplication", "children": [ { "tag": "activity", "android:name":...

ok. let's give it a shot. for the PR we need to start documenting such API changes / additions. in this case that would be https://github.com/pavjacko/renative/blob/develop/docs/DOC_PLAT_ANDROID.md which ends up here...

@YogeshRewan1 hello world example uses `react-spatial-navigation` (you can of course use different library if desired) to customize the focus logic and key mapping check https://github.com/NoriginMedia/react-spatial-navigation#setting-initial-focus-on-child-component-tracking-children

@jfrux definitely possible. just didn't have time to get to it just yet. will mark this as feature request and will put it on the roadmap for better visibility

@grkemtneri @erguncaner I'll into it. in the meantime you can always override core rnv files in this instance copy: `./node_modules/@rnv/engine-rn/templates/platforms/android/app/build.gradle` to your project: `./appConfigs/base/builds/android/app/build.gradle` this will allow you to manually...

@maximilize sound interesting. there is also idea to use `config.js` style configuration similar to webpack. definitely something to discuss for the future. for now I opted deliberately for json to...

@jesusbarrientos latest releases of node tend to have issues with node-gyp. not sure what is your exact node version but it sounds like v12.x.x try to downgrade it to v10.19.0,...