Gytis Vinclovas

Results 39 comments of Gytis Vinclovas

Hey, I think it makes sense, but we should get @valscion opinion on it :)

Sorry, I don't have a lot of time currently, but as a workaround, you can also generate your own html file: Published webpack-bundle-analyzer has a file called: ```webpack-bundle-analyzer/public/viewer.js``` That file...

Sharing my workaround: We were using codepush/expo updates and in our production app callkeep didn't work after restarting the app due to update. To solve it before restarting the app...

Hey @glesperance , my implementation does not take care of the issue inside dev mode. It is only relevant in case of app updates (reloading JS code in production with...

@Romick2005 . This issue is relevant in two cases: DEV mode & over the air (OTA) updates in production. In our case we don't really care about DEV mode issue,...

@shawarmaz - we are not using codepush anymore. But the idea remains the same. I think you could listen for the status update callback to do the workaround.

Hey, make sure that you are using latest version. If the clear async storage still doesn't appear, you can at least use `$reactNative.AsyncStorage.clear()` Just make sure that RnDebbuger.js process is...

The logic for displaying the clear async storage is this: Try to take AsyncStorage from all modules in the app, then check if if AsyncStorage.clear exists. If it exists display...

Hey, we had a PR for this: https://github.com/jhen0409/react-native-debugger/pull/322 But there is a drawback that a lot of warnings are being thrown when you close react inspector. If anyone is interested...

Hey @jhen0409, do you need any help regarding detox? If you have any questions feel free to ask. I see that you are trying to use jest for detox, from...