Amaan Kulshreshtha

Results 5 comments of Amaan Kulshreshtha

You need to run `docker-compose up -d` before running the `./shell`. If you look inside the `./shell` file, you'll find that it tries to execute the bash command on an...

@phenax I checked the router component, and I am not quite sure I get the requirement. If you could give a little clarity on your comment, that'd be great !!...

You can use the style prop to set a custom border-radius. This alters the border-radius of the entire container but the "selected segment container" styles remain unchanged.

> in iOS, make sure that you add the certificate to the bundle resources. Go to Build Phases > Copy bundle resources > Add the certificate. Still facing this issue...

In the args for `increment_version_name`, don't pass in the flavor. Instead do this: ```rb bump_type = (options[:flavor] == "prod" ? "minor": "patch") increment_version_name(app_project_dir: './android/app', bump_type: bump_type) ```