Anselmus K A Kurniawan

Results 25 comments of Anselmus K A Kurniawan

Add to your css file ``` img:not([src]) { visibility: hidden; } ```

Turns out that it use `CURRENT_PROJECT_VERSION` for build version too Maybe you could use this approach https://stackoverflow.com/questions/58585239/how-to-change-build-setting-versioning-in-xcode-11-using-script

I create issue #186 before reading this pull request, It would be nice if `react-native-version` change env vars instead of hardcoding the value (only if using env vars). Since XCode...

I think it's not how RN init its project, its more about XCode itself. in XCode 11, when you change version number and build in the XCode UI, it will...

Another example https://codesandbox.io/s/elegant-star-0ru0y. In my case, I trigger form from the outside

Nope I end up doing it manually to get the result I want ``` column name: contextId and contextType @BelongsTo(() => Model1, 'contextId') model1: Model1; @BelongsTo(() => Model2, 'contextId') model2:...

@haleksandre thanks man, it works. This should be included in documentation

I have a problem with observer (I'm new with mobx) I have two screens, let's say Todo List Screen (screen A) and Create Todo Screen (screen B) This is my...

I wish I can use flutter, but it's kind of my requirement :D But anyway, forgot to comment, somehow now my problem disappear, it works now. I don't really know...