STAREAST 2021 - Mobile Testing | TechWell

Conference archive

STAREAST Virtual 2021 - Mobile Testing

Thursday, April 29

talia-nassi
Amazon Web Services (AWS)
T10

Controlled Mobile Rollout with React Native

Thursday, April 29, 2021 - 1:00pm to 2:00pm

Controlled rollouts, or canary releases, allow you to release your features to a small subset of your user base at a time to ensure functionality before releasing it to your entire user base. Its a fundamental piece of having an effective CI/CD pipeline, and essential to chaos engineering because you can roll out features to production, test them in production, and ensure functionality and reliability. However, this process on mobile comes with some challenges. How do you propagate feature flagging configuration to mobile devices that don't always have a strong network? As a mobile...