Daniel

Results 31 issues of Daniel

I found different forks in the issues here and I ask myself, which one to use. All seems to have implemented the `FlatList` instead of `ListView` to address certain problems....

is it possible to have multiple maps on one page? in the body i render two maps at different places but only the second map shows up. the map component...

We have an initializer where we `class_eval` a model, that implements Gmaps4Rails. ``` Rails.application.config.to_prepare do Goldencobra::Location.class_eval do acts_as_gmappable ... end end ``` With version 1.5.6 and 1.5.7 everything worked fine....

When first starting my app with cleared AsyncStorage I request an API endpoint and get a successful 200 status code. The next time the same endpoint is requested I get...

bug

`body` was not defined in "Complete options" example. - changed the param `data` to `body` for `defaultSerializer`

I have a custom `renderNode` for `` and `` and it is working fine when running on a simulator. If I build a release version on a real device, the...

At https://facebook.github.io/metro/docs/configuration/#transformer-options there is only mentioned that there are `getTransformOptions` but not in detail. I would like to know more about: ```js getTransformOptions: async () => ({ transform: { experimentalImportSupport:...

I start a video with `playVideo()` and pause it with `pauseVideo()`. When i want to resume it with `playVideo()` again, it does not start. I use the same player instance...

question