-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tizen build on rnv@0.37.2 seems broken #1062
Comments
@bruno-sartori thank you for reporting, this will be checked |
@GabrieleKaceviciute Just to update you, I tested on rnv@0.37.2 and the bug still occurs. |
also in 0.37.3 |
Is there a way to manually create only the build with bundle? |
I don't know exactly how the build process in the directory was intended but here is my workaround. Step 1 Step 2 Step 3 rnv do the following: Step 4 Step 5 |
After running
rnv build -p tizen -s release
i cant see any JS files onplatformBuilds/blank_tizen
folder and both index.html files have an<%= injectedScripts %>
tag which means rnv failed to inject <script> tags.Steps to reproduce the behavior:
rnv build -p tizen -s release
platformBuilds/blank_tizen
folder and index.html files without <script> tagsExpected behavior:
After building the project JS files should be properly included on final output
Screenshots:
Desktop:
The text was updated successfully, but these errors were encountered: