Yano Yuki

Results 4 comments of Yano Yuki

When I specified `package.json` and `yarn.lock` in the `.gcloudignore` file, this issue was resolved. 🙌 Originally, the unexpected behavior was that the build process was being executed again on GAE...

Same. The number of page views listed in the Google Adsense report is about 2 times higher than the number of page views measured by Google Analytics. Since I have...

Thank you for your response. So, this is not an issue with Gluestack but rather a problem with React Native and iOS. Is there any workaround to address this iOS...

@makkarMeenu As mentioned [stack overflow](https://stackoverflow.com/questions/7305538/uitextfield-with-secure-entry-always-getting-cleared-before-editing), ``` textField.clearsOnBeginEditing = NO; ``` I understand that this resolves the issue, but it seems there is no way to directly avoid this from React...