Chris LeBlanc
Chris LeBlanc
What I found is another plugin was overwriting the pbx value. In this case `cordova-plugin-localization-strings`.
Issue is documented here for that plugin. https://github.com/kelvinhokk/cordova-plugin-localization-strings/issues/33
Using react-native-branch 5.0.1 this is still a problem. Thoughts on a solution?
It doesn't seem like `require()` syntax works at all 🤷♂
Closest I could get is declaring all the imports up top `import MySvg1 from '...';` etc.
@manuelkch would you mind releasing this plugin to gems? It's been over a year :\
I was reading through much of the code and it seems very feasible that this project could work without sails-auth as long as you have some policies which mimic the...
I have it working but I got to a point that the only things left my code is using from the module are services, and a few bits of code...
I have the same issue and in my case `loading={FullScreenLoading}` it's just a standard functional component with no conditional render, something else is wrong here. I've also tried to convert...
Any workaround @atanas-ampeco or @Ido-Levi ?