Mukhamed Khasanza

Results 14 comments of Mukhamed Khasanza

Hey folk, my app is in `0.67.1` and the codepush seems to work, I am planning to update to `0.67.4` and that is not working?

For me on version `0.67.4` iOS works, and for Android the update was actually loading, so I can see that there is an update available but couldn't install it, so...

@marandaneto that sounds much better indeed, any plans on doing that in the near future?

So in state I have rowIndex(current open index) which is set to 'null' at the beginning. ``` onSwipeOpen (rowIndex) { this.setState({ rowIndex: rowIndex }) } onSwipeClose(rowIndex) { if (rowIndex ===...

@akashmanan for me, I had to enable it on Braintree. Check [Stackoverflow](https://stackoverflow.com/questions/25148517/braintree-drop-in-ui-does-not-show-cvv-field#:~:text=go%20to%20Settings%20%2D%3E%20Processing%20%2D,in%20the%20Drop%2Din%20UI.)

Hi, @abosaqr I am not sure what is the real issue here, but a flipper is just an Inspector which is helpful for developing as it gives you a clear...

@tr3v3r I am still having the issue mentioned on https://github.com/tr3v3r/react-native-esc-pos-printer/pull/37, which I am now thinking that passing longer timeout isn't a real solution but just a coincidence that it found...

> @tr3v3r I am still having the issue mentioned on #37, which I am now thinking that passing longer timeout isn't a real solution but just a coincidence that it...

@tr3v3r Yes, I have tried updating to the latest SDK just replacing the necessary files in node_modules directly and rebuilding the app, but nothing changed. Maybe I was updating the...