Skip to content

Instantly share code, notes, and snippets.

@dbani-dev
Created March 25, 2019 03:52
Show Gist options
  • Save dbani-dev/c8e2cbaf494a7a2b13c2b0720b3053e8 to your computer and use it in GitHub Desktop.
Save dbani-dev/c8e2cbaf494a7a2b13c2b0720b3053e8 to your computer and use it in GitHub Desktop.
// example 1
const target = DeviceInfo.getBundleId(); // only can get this variable when bundle loads = appA, appB
const testImport = import(`component.${target}`); // bundle fails, doesnt know what target is
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment