Daniel Frenberg

Results 8 comments of Daniel Frenberg

Im using this: https://github.com/frenberg/react-native-image-to-pdf

> Removing and readding swift packages worked for me, but that's obviously not ideal could you see through version control what acctually happened in the project file(s). Like if some...

> @JNUfeatherwit can you elaborate on your vertical padding solution? There is no "CSS" in react-native so that is confusing to me. Applying vertical padding in the style for a...

Hi Did you find a solution for this? Or do I have to target different build machines for each configuration? We just got new fancy hardware and would be sweet...

> Unfortunately we didn't really find a nice solution. okey, thank you for the response :)

This issue (https://stackoverflow.com/questions/50358773/webpack-babel-loader-transpiles-code-with-eval) led me to try out a fix. devtool property in webpack config is documented here: https://webpack.js.org/configuration/devtool/#devtool Tests are passing and it works for me :)

I can see this same symptom in react-native-app-auth but cant reproduce it in the example app over there and cant find any traces of A0Auth0.podspec :( Anyone got an idea...

I found the solution on my apple silicon mac. In my case the solution was to remove arm64 from exclueded architectures in the build settings that I had in my...