mixophrygian
Results
2
comments of
mixophrygian
Yes, I have opened one with that module but I'm unsure if it's still being maintained. https://github.com/garycourt/uri-js/issues/14
package.json: ``` { "name": "MyApp", "version": "0.0.1", "private": true, "scripts": { "start": "node_modules/react-native/packager/packager.sh" }, "dependencies": { "lodash": "4.6.1", "oauth-signature": "1.3.1", "querystring": "0.2.0", "react": "^15.1.0", "react-native": "^0.28.0", "react-native-communications": "^1.0.1" } }...