1

Can code-push changes files like splash screen of the app?

For example images in the folder Images.xcassets can be overridden ?

Rex Nihilo
  • 604
  • 2
  • 7
  • 16
AleXzpm
  • 1,024
  • 2
  • 10
  • 22

1 Answers1

2

Using code-push for the React Native plugin will sync your JS bundle file and any image assets.

For Cordova Platform : plugin will sync any files which live in the platform-specific www folder (including images, etc.)

Krsna Kishore
  • 8,233
  • 4
  • 32
  • 48