Skip to main content

Targeted Application

The targeted application is the native application that will receive your bundle. The target is determined by its native version.

For example, if your Android or iOS application has a native version of 1.2.3, then you should target this version when releasing your bundle throught the CLI.

ramp-cli release ${platform}
--target "1.2.3"
...other parameters...

This newly released bundle update will then be available in the Ramp menu of all applications having a native version of 1.2.3.

🎯 To get an example of a native application version system, go to the How to setup and handle a efficient versionning system on a React Native application guide page.