Gregg Luskin
Gregg Luskin
@egunsoma We are having the same problem. Our code is simple and as follows: ```typescript const options = { AppleAppID: Config.appleAppId, GooglePackageName: Config.googlePackageName, preferredAndroidMarket: AndroidMarket.Google, preferInApp: true, } const rateApp...
@code-by but this also kills any header or footer you would like to display so not a viable solution.
This just started happening to us as well after upgrading node to 9.10 and `react-scripts` to `2.0.4`. *UPDATE*: I can confirm that downgrading `react-scripts` to `1.0.4` fixes this problem
as a workaround I discovered you can do the following: ``` const defaultOptions = { loop: true, autoplay: true, animationData: require('./animation.json'), rendererSettings: { preserveAspectRatio: 'xMidYMid slice', }, } ... ```...
This is a problem introduced with `react-scripts ^2.0.0` - if you downgrade to `1` it works. We need to find a solution for this though because I am forced to...
as a workaround I discovered you can do the following: ``` const defaultOptions = { loop: true, autoplay: true, animationData: require('./animation.json'), rendererSettings: { preserveAspectRatio: 'xMidYMid slice', }, } ... ```...
@loudy thanks for that but how are you setting the color on the launch screen?
Thanks as always @nitaliano, please keep me posted if you find anything, seems like a crucial callback to not be reliable.
@nitaliano Also seeing same issue on 6.1.2-beta2 - but are you saying this is only an issue on android debug builds?
@nitaliano any update on new package release with a fix for this? I see it occasionally in release builds on android as well (even though we thought it was a...