Pavel Jacko

Results 31 comments of Pavel Jacko

@jibraniqbal666 if emulator works it should work out of the box if device supports native key focus as @SatadruBhattacharjee pointed out. could you provide details of android box you using...

ok so looks like the box above is not AndroidTV but standard android OS with some sort of custom launcher on top of it which could explain focus issues. going...

@RobertArissen never seen this before 🤔 . few thing to try: what do you get if you run: A) `npx rnv run -p tvos` (no target param) B) `npx rnv...

getConfigProp is now TS generics based method which utilizes autogenerated TS schema definitions to extract correct type

@pauliusguzas no. it's a technical chore. marking it as ready

@ElenaDiachenko @mihaiblaga89 try to use `--engine ENGINE_ID`

@pauliusguzas can you reset ios sim and try again

@ElenaDiachenko this is not relevant anymore as `rnv eject` is deprecated (migrated out of rnv into separate integration)

@mihaiblaga89 @pauliusguzas another important thing to test is variant between local repo (linked) and rnv installed globally directly from npm so the scope of testing would include: - rnv (via...

fixed in https://github.com/flexn-io/renative/pull/1310