wumke

Results 49 comments of wumke

I've also implemented something inspired by @DrJele: 1. Created a translations.js file: ``` var Translator = require('PUBLIC/bundles/bazingajstranslation/js/translator.min.js'); const en = require('ROOT/assets/js/bazinga/translations/javascript/en.json'); const nl = require('ROOT/assets/js/bazinga/translations/javascript/nl.json'); Translator.fromJSON(en); Translator.fromJSON(nl); module.exports = Translator;...

Indeed, this is not implemented. In case anyone finds a way you may implement it by using an additional parameter in the current function and create a pull request. I...

If someone wo works with latest RN version can make a pull request with the needed updates I will release a new version on npm (not developing RN anymore myself...

In the next version I will support auto linking... I'm into a big PHP project at the moment so no time to update RN libraries. If you send a pull...

Feel free to make a pull request with the needed changes, I will merge it. (I'm not into RN dev anymore at the moment....)

Well, do you guys use the latest RN version? Linking has changed for ios and I did not use or test this myself... that might be the issue...

If you find the solution feel free to send a pull request for the README !

Nice feature to add, I did not use 2 sim phones yet so would never ran into this need myself. I gave it a quick look and will not merge...

I have no time to add and test this feature myself... but you can update this pull request with things I mentioned above.

Merged PR https://github.com/wumke/react-native-local-notifications/pull/32 Should work now (Use direct repo link npm version not yet updated!) Since I do not use RN0.60+ yet, can anyone confirm that this issue can be...