DEV Community

Discussion on: Best 11 CI/CD Services for building React Native Project iOS & Android

Collapse
 
retyui profile image
Davyd NRB

I found a way to cache iOS build
And now our app build is 9 minutes long!!!
dev.to/retyui/react-native-how-spe...

Collapse
 
stuartforrestinfinity profile image
stuartforrest-infinity

That is nice! One of our approaches was caching the iOS build and injecting the JS bundle into it if native dependencies hadn't changed. We were in a position where the native dependencies didn't change for most builds once the app had some maturity.

Thread Thread
 
retyui profile image
Davyd NRB

Could you please share knowledge how inject a js bundle into build

Thread Thread
 
stuartforrestinfinity profile image
stuartforrest-infinity

I'll put together a post and link to it here :)