Olivier THIERRY
Olivier THIERRY
Same problem for me, need it for headless Wordpress too :(
I had misunderstood your response but that makes sense : il a content should not be indexed, you don't need canonical url ! Thanks for helping.
I agree we still need this library because of problems with Babel 7 (namespaces, enums, generated code not compatible with the default Android JSC, ...). But how do you configure...
Thanks, I will give it a try when I'll be at work tomorrow !
It works ! You saved my life 👍 I was thinking about giving up Typescript in my React Native project because of this !
@fantasy525 Your solution will not work with React Native 0.57.4 if you use enums or namespaces because the Babel 7 Typescript transformer will be used.
Yes, exactly 👍
Here is a link on the bug I encountered : https://github.com/facebook/react-native/issues/21074 It looks like TS code compiled with Babel is not compatible with some Android versions (< 5.0) and also...
@henrikra Well it probably depends on your project. The problem might come from a library I include in my project or from the Typescript code I generated from Swagger. If...