Halil Bilir
Halil Bilir
> I think CRA does put it in `setupFilesAfterEnv` array, judging from this example: https://create-react-app.dev/docs/running-tests/#srcsetuptestsjs > > Just weird that downgrading CRA to its previous release, 3.4.0, doesn't cause the...
Thanks @geobourazanas , that change has solved my problem too.
Thanks for reporting @prabhaav. I'll try creating a similar example to your use case to reproduce the problem. I'm busy with work nowadays so a pull request about it would...
Hi @ajonno, I don't think there is a way to know that with the current API. We may add a onMediaDisplayed prop to the API. I can look into this...
Thanks for the contribution @7kfpun. I debugged the code and realised two problems about Dimensions in android. First, `didUpdateDimensions` event is not fired on android. Second, Dimensions.get('window') is always returning...
Hi @spacegraym3! I'd definitely be interested in exploring that, but I don't want to make any 3rd party native code required for this library. Do you think we can offer...
Sorry for my late response @caglardurmus. This doesn't sound like related to this library directly and I haven't experienced this before. Could you validate this is not happening with a...
Thanks for reporting @AfanasievN. I just upgraded the example project to react-native 0.59, and did not encounter any problems on Android or iOS. And this might not be the same...
Is this still a problem?
Hey @sriraman, Validating input values might be beyond the purpose of this library. But it would be good to create a separate component for validation and make sure integrating is...