Created
March 25, 2019 03:52
-
-
Save dbani-dev/c8e2cbaf494a7a2b13c2b0720b3053e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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