micahrye

Results 5 comments of micahrye

Somehow I have been blind and not seen this until now :( I think this will be a breaking change to existing applications, even though simple. My thinking when originally...

Sorry for slowness, see responses. ``` Question 1) when loopAnimation is false -> the animation does not play after the user press. ``` Does the onPress function get called? You...

This is probably do to memory issues, with so many images you may not be able to have everything in memory and so you are hitting memory loading issues that...

This will work, assuming the happy path: ``` react_stdio_args = %{ component: Application.app_dir(:myapp, "priv/static/server/js/app.js"), props: %{ "location" => conn.request_path, "initial_state" => initial_state } } {:ok, react_stdio_arg_str} = Poison.encode(react_stdio_args) html =...

Thanks! To clarify for others and comment, you will need to modify `rel/config.exs` created from command `MIX_ENV=prod mix release.init` and you will need to modify `config/config.exs` from the tutorial @chvanikoff...