Sehrish Waheed

Results 11 comments of Sehrish Waheed

even I tried working on it. It doesn't even work without scroll view but works on other android phones and emulator.

Yes, Asia/Bahrain as found at moment.js timezone throws error too please have a look at that as well

Updating @redux-devtools/extension to latest version worked for me

Facing the same issue however, it works when I deploy the whole service using sls deploy but single function deployment does not work

Create a custom variable healthCheckId: name: !Ref Route53HealthCheck and then use it ${self:custom.healthCheckId.name}

apply plugin: "com.facebook.react" add this in your build.gradle/app

same issue swiper doesnot react to prop change in React I have used "observer observeParents" props still no progress Im trying to conditinally render, it always takes the value on...

Update: I used key to rerender the swiper I tried using "onInit" it did not work as well

Solution is this https://github.com/marketplace/actions/setup-serverless-environment Add this to your GitHub actions file to add environment variables then you can use ${env:FACEBOOK_CLIENT_ID} in your serverless.yml file when deploying with serverless env: FACEBOOK_CLIENT_ID:...

my problem was solved by using this const {uri}= await webcamRef?.current?.capture?.(); and Im using classpath('com.android.tools.build:gradle:4.1.1') [UPDATE] works with classpath("com.android.tools.build:gradle") as well