Amit Mangal

Results 13 comments of Amit Mangal

Closing this. Got it working by adding `LaunchScreen.storyboard` to **Copy Bundle Resources** ![image](https://user-images.githubusercontent.com/10666012/95293065-62c01380-0890-11eb-9a26-9fe0d9e59e4f.png) **EDIT** (May 2021): Need to remove `LaunchScreen.xib` and add `LaunchScreen.storyboard` as referenced [here](https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.63.0). Then add the reference...

Hi @vincent1114 , can you try removing the reference and adding again. Sometimes the existing reference gets corrupted.

That's what solved for me. re-opening this issue for better reach.

In my upgrade (from `0.61.5` to `0.63.3`), I have this change: `ios/FridayApp/Base.lproj/LaunchScreen.xib` -> removed `ios/FridayApp/LaunchScreen.storyboard` -> added I was following the [official upgrade guide from here](https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.63.0). My [PR for reference...

> @AmitM30 Have you solved this issue somehow? :) Thanks in advance. @davidslaby No. I am living with it.

Same problem here. Trying to debug, the application is not able to fetch the bundle js files: ![image](https://user-images.githubusercontent.com/10666012/34907721-de859f94-f8a8-11e7-8941-077570b7689c.png) Looking into how to solve this. If anyone has any idea, please...

ok. changing the following line in **webpack.config.js** solved this for me: `publicPath: '/dist/',` -> `publicPath: 'dist/',` Issue: _0.bundle.js_ was being referred to as _/dist/0.bundle.js_, while the packaging in the bundled...

@alflennik here's the PR in case this is the right way to solve this.

@daleholborow Can you check if adding this to the view-models helps: ``` determineActivationStrategy () { return activationStrategy.replace; } ```

Also, do we need aurelia-polymer with webpack ? It seems to be working without for us :-/