Closed samdturner closed 8 years ago
This PR is related to #61.
The JavaScript files need to be statically analyzed in order to be bundled. You cannot use dynamic strings. I have tested the forked repo in our app and it works as expected.
For more info, checkout: https://github.com/facebook/react-native/issues/2481
Have not tested but it looks good :shipit:
agree with @gabceb
thank you @samdturner
This PR is related to #61.
The JavaScript files need to be statically analyzed in order to be bundled. You cannot use dynamic strings. I have tested the forked repo in our app and it works as expected.
For more info, checkout: https://github.com/facebook/react-native/issues/2481