Krunal Badami
Krunal Badami
I feel there is something bothering here https://react-native-google-cast.github.io/docs/getting-started/setup#ios in AppDelegate.m `GCKDiscoveryCriteria` Also, the low RAM availability is also causing the case if you notice Did anyone figure out what is...
Yes same for me. I was about to open this issue 2 weeks ago lol. @afrakhan123 Can you try adding this in `defaultConfig`? `resValue 'string', "CODE_PUSH_APK_BUILD_TIME", String.format("\"%d\"", System.currentTimeMillis())` Didn't work...
Yeah we can try that approach! Great suggestion!
Added possible feature! Please review!
What are you suggesting? @DaniAkash
I have tested it on multiple devices of both platforms so far it worked great. One another feature we can add is `onLayout` as it common for most of the...
> > I have tested it on multiple devices of both platforms so far it worked great. One another feature we can add is `onLayout` as it common for most...
> > What are you suggesting? @DaniAkash > > Try if you can infer prop types based on the component using typescript Sure I'll look into it!
@DaniAkash Am I missing something here?
Are you suggesting this change? @DaniAkash From `imageComponent?: Component;` to `imageComponent?: ReactElement;` or is it something else ? let me know what am i missing here!