Steps to setup Circle CI in React Native project?

Hi All,
Can somebody please provide steps to integrate CircleCI in React Native project created using npm and provide .yml file.

Thanks and Regards
Gurpreet Singh
Mail: gurpreetsingh@ucreate.co.in

Here is an example application running React Native: https://github.com/CircleCI-Public/circleci-demo-react-native

It should be a great place to start for your own project.

Will it work for react native project created using npm, if not can you please provide steps (or documentation or .yml) file for project created using npm.
Thanks a lot

Regards
Gurpreet Singh

Hi Gurpreet,

I am not sure. I’ve never worked with react.

if not can you please provide steps (or documentation or .yml) file for project created using npm.

We don’t have these docs, but you should be able to get this working if you compare your own project to that sample one.

Okay

Thanks a lot

1 Like

Hi All,

Above sample code is using yarn.
Can somebody please provide steps or sample code with npm.

Thanks and regards
Gurpreet Singh
mail: gurpreetsingh@ucreate.co.in

Yarn and npm are mostly interchangeable. You should be able to replace most instances of yarn with npm and get the same results.