Aurimas Mickys

Results 7 comments of Aurimas Mickys

What specifically you want to use from react-native-tvos? You can use rnv override system in order to bring features like: focus guide, back handler...

That's basically how your structure should look like(ignore firebase): So you should add FocusGuide files which you can [find here](https://github.com/react-native-community/react-native-tvos/tree/tvos-v0.63.1/React/Views) to your `appConfigs/base/plugins/react-native/` and what rnv does it will pick...

I'd suggest you to put `TVFocusGuideView.js` into your actual src instead of react-native overrides in that case you have full control, because I'm pretty sure this error occurrs because it...

Well the error is pretty explanatory as you have two different view files under the same name. In order to help you here I'd need to see your source code

@jasmeet447 unfortunately I can't make a call any time soon. If your project is not very sensitive in a terms who can see the code just invite me there and...

Not necessary, any existing application is also fine

There is crashlytics in [@flexn scoped plugins](https://github.com/flexn-io/commonwealth/blob/main/packages/plugins/pluginTemplates/renative.plugins.json#L638) you should be able to add it just by defining it in your renative.json: ``` plugins: { "@react-native-firebase/crashlytics": "source:flexn" } ```