Tapani Saarinen

Results 73 comments of Tapani Saarinen

You should open the workspace file not the project file.

I have the same problem and downgrading html-webpack-plugin to 3.2.0 helps. Looks like the last changes to this plugin have been done 2 years ago, so I don't expect this...

The breaking change in html-webpack-plugin 4.0.0 probably is this: > hooks: The html-webpack-plugin doesn't add its hooks to the compilation object anymore

There is no alternative. Just half implemented SDK.

This is probably because we have scrollviews in the pages and the swiper is implemented using a scrollview. React Native discourages nested scrollviews. I solved the issue by implementing my...

I'm also wondering how one does this in Node.js or in React Native. Probalby need to look another library as the documentation really sucks. ``

@BenjaminVanRyseghem I couldn't figure out how to load the languages. Probably would need to change the code. Also, I can't use this lib because the currency is automatically associated to...

Maybe REAnimated 2.3.0-beta2 and React Native Screens 3.8.0 are not compatible.

Adding `use_frameworks! `to the podfile helps, but with RN 0.64 i had to remove it again because no include files could be found. Now `No such module react_native_orientation_locker` is back...